GraphCommonSchema.DelayedChildNodesState (Propiedad)

Estado de los nodos secundarios de este nodo de grupo que se capturan de una manera retrasada.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty

Seguridad de .NET Framework

Vea también

Referencia

GraphCommonSchema Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)