Compartir a través de


IVsDataExplorerNode.HasBeenExpanded (Propiedad)

获取指示当前的值节点是否展开。

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

Sintaxis

'Declaración
ReadOnly Property HasBeenExpanded As Boolean
bool HasBeenExpanded { get; }
property bool HasBeenExpanded {
    bool get ();
}
abstract HasBeenExpanded : bool with get
function get HasBeenExpanded () : boolean

Valor de propiedad

Tipo: Boolean
true ,则展开节点;否则,返回 false。

Comentarios

此方法是通过检查确定节点展开子节点出现的。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)