Compartilhar via


Propriedade GraphGroup.IsExpanded

Obter se este nó é expandido.

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

Sintaxe

'Declaração
Public Property IsExpanded As Boolean
public bool IsExpanded { get; set; }
public:
property bool IsExpanded {
    bool get ();
    void set (bool value);
}
member IsExpanded : bool with get, set
function get IsExpanded () : boolean
function set IsExpanded (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

GraphGroup Classe

Namespace Microsoft.VisualStudio.GraphModel