ITextDocument::IsReloading Property

 

Determines whether the Reload method is executing.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property bool IsReloading {
	bool get();
}

Property Value

Type: System::Boolean

true if reloading, otherwise false.

Return to top
Show: