Condividi tramite


GraphCommonSchema.DelayedCrossGroupLinksState Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

State of cross group links of this node that are fetched in a delayed manner.

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)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace