IVsDataExplorerNode.IsRefreshing Property

Definition

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.

Applies to