GraphNodeId.Contains Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Contains ( _
identifier As GraphNodeId _
) As Boolean
public bool Contains(
GraphNodeId identifier
)
public:
bool Contains(
GraphNodeId^ identifier
)
member Contains :
identifier:GraphNodeId -> bool
public function Contains(
identifier : GraphNodeId
) : boolean
Parameters
- identifier
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.