'Declaration
Public Function IsNodeInView( _
ByVal As ViewDescription, _
ByVal As NodeId _
) As Boolean
'Usage
Dim instance As ViewTable
Dim description As ViewDescription
Dim nodeId As NodeId
Dim value As Boolean
value = instance.IsNodeInView(description, nodeId)
public bool IsNodeInView(
ViewDescription ,
NodeId
)
public:
bool IsNodeInView(
ViewDescription^ ,
NodeId^
)
Parameters
- description
- The description.
- nodeId
- The node id.
Return Value
true
whether a node is in a view; otherwise, false
.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2