Freigeben über


GraphCommonSchema.DelayedCrossGroupLinksState-Eigenschaft

Zustand von Quergruppenlinks dieses Knotens, die in einer verzögert abgerufen werden.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCommonSchema Klasse

Microsoft.VisualStudio.GraphModel-Namespace