Freigeben über


GraphNode.IsContained-Eigenschaft

Gibt true zurück, wenn der Knoten in einem anderen Knoten enthalten ist.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property IsContained As Boolean
    Get
public bool IsContained { get; }
public:
property bool IsContained {
    bool get ();
}
member IsContained : bool
function get IsContained () : boolean

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphNode Klasse

Microsoft.VisualStudio.GraphModel-Namespace