Freigeben über


GraphCommonSchema.SourceNode-Eigenschaft

Definiert einen Quellknoten eines Links.

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

Syntax

'Declaration
Public Shared Property SourceNode As GraphProperty
public static GraphProperty SourceNode { get; private set; }
public:
static property GraphProperty^ SourceNode {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member SourceNode : GraphProperty with get, private set
static function get SourceNode () : GraphProperty 
private static function set SourceNode (value : GraphProperty)

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCommonSchema Klasse

Microsoft.VisualStudio.GraphModel-Namespace