IPersistentSpan::IsDocumentOpen Property

Visual Studio 2015
 

Determines whether the document associated with the IPersistentSpan is currently open.

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

property bool IsDocumentOpen {
	bool get();
}

Property Value

Type: System::Boolean

True if the document associated with the IPersistentSpan is currently open, otherwise false.

Return to top
Show: