IVsDataExplorerNode.IsExpanding Property

Definition

Gets a value indicating whether the current node is in the process of being expanded.

public:
 property bool IsExpanding { bool get(); };
public bool IsExpanding { get; }
member this.IsExpanding : bool
Public ReadOnly Property IsExpanding As Boolean

Property Value

true if node is being expanded; otherwise, false.

Applies to