Partilhar via


Propriedade GraphCommonSchema.DelayedChildNodesState

Estado de nós filhos de este nó de grupo que são buscados de uma maneira tardia.

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

Sintaxe

'Declaração
Public Shared Property DelayedChildNodesState As GraphProperty
public static GraphProperty DelayedChildNodesState { get; private set; }
public:
static property GraphProperty^ DelayedChildNodesState {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member DelayedChildNodesState : GraphProperty with get, private set
static function get DelayedChildNodesState () : GraphProperty
private static function set DelayedChildNodesState (value : GraphProperty)

Valor de propriedade

Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty

Segurança do .NET Framework

Consulte também

Referência

GraphCommonSchema Classe

Namespace Microsoft.VisualStudio.GraphModel