IVsDataExplorerNode.IsRefreshing 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 refreshed.
public:
property bool IsRefreshing { bool get(); };
public bool IsRefreshing { get; }
member this.IsRefreshing : bool
Public ReadOnly Property IsRefreshing As Boolean
Property Value
true if the node is being refreshed; otherwise, false.