IVsDataExplorerNode.IsExpanding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.