Compartir a través de


IVsDataExplorerNode.IsExpanding (Propiedad)

获取指示当前节点是否为在展开过程中。

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

Sintaxis

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