ITextDocument Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Encoding | Gets or sets the encoding of the document when saved to disk. |
![]() | FilePath | The name and path of the file. |
![]() | IsDirty | Determines whether the ITextBuffer is dirty. |
![]() | IsReloading | Determines whether the Reload method is executing. |
![]() | LastContentModifiedTime | Gets the last DateTime a change was made to the contents of the ITextBuffer. |
![]() | LastSavedTime | Gets the last DateTime the file was saved. This time exactly matches the last file written time on the file system. |
![]() | TextBuffer | Gets the ITextBuffer containing the document. This value is always non-null. |
Show:
