Freigeben über


GraphCommandDefinition.IsCalledBy-Eigenschaft

Eine Definition, die ein IsCalledBy-Verhältnis darstellt.

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

Syntax

'Declaration
Public Shared ReadOnly Property IsCalledBy As GraphCommandDefinition
public static GraphCommandDefinition IsCalledBy { get; }
public:
static property GraphCommandDefinition^ IsCalledBy {
    GraphCommandDefinition^ get ();
}
static member IsCalledBy : GraphCommandDefinition with get
static function get IsCalledBy () : GraphCommandDefinition

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphCommandDefinition
Gibt GraphCommandDefinition zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCommandDefinition Klasse

Microsoft.VisualStudio.GraphModel-Namespace