IPersistentSpan Properties

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubpropertyDocument

Gets the span's ITextDocument if the underlying document is open, or null if the document is closed.

System_CAPS_pubpropertyFilePath

Gets the file path of the document.

System_CAPS_pubpropertyIsDocumentOpen

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

System_CAPS_pubpropertySpan

Gets the span's ITrackingSpan if the underlying document is open, or null if the document is closed.

Return to top
Show: