Compartir a través de


IVsDataExplorerNode.IsExpandable (Propiedad)

获取指示当前节点是否为可展开子节点底部显示。

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

Sintaxis

'Declaración
ReadOnly Property IsExpandable As Boolean
bool IsExpandable { get; }
property bool IsExpandable {
    bool get ();
}
abstract IsExpandable : bool with get
function get IsExpandable () : 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)