ITextDocument Properties

 

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

NameDescription
System_CAPS_pubpropertyEncoding

Gets or sets the encoding of the document when saved to disk.

System_CAPS_pubpropertyFilePath

The name and path of the file.

System_CAPS_pubpropertyIsDirty

Determines whether the ITextBuffer is dirty.

System_CAPS_pubpropertyIsReloading

Determines whether the Reload method is executing.

System_CAPS_pubpropertyLastContentModifiedTime

Gets the last DateTime a change was made to the contents of the ITextBuffer.

System_CAPS_pubpropertyLastSavedTime

Gets the last DateTime the file was saved. This time exactly matches the last file written time on the file system.

System_CAPS_pubpropertyTextBuffer

Gets the ITextBuffer containing the document. This value is always non-null.

Return to top
Show: