Freigeben über


GraphNodeId.Contains-Methode

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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNodeId Klasse

Microsoft.VisualStudio.GraphModel-Namespace