IPersistentSpan Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Document | Gets the span's ITextDocument if the underlying document is open, or null if the document is closed. |
![]() | FilePath | Gets the file path of the document. |
![]() | IsDocumentOpen | Determines whether the document associated with the IPersistentSpan is currently open. |
![]() | Span | Gets the span's ITrackingSpan if the underlying document is open, or null if the document is closed. |
Show:
