TextDocumentEventArgs.TextDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ITextDocument that was created or disposed.
public:
property Microsoft::VisualStudio::Text::ITextDocument ^ TextDocument { Microsoft::VisualStudio::Text::ITextDocument ^ get(); };
public Microsoft.VisualStudio.Text.ITextDocument TextDocument { get; }
member this.TextDocument : Microsoft.VisualStudio.Text.ITextDocument
Public ReadOnly Property TextDocument As ITextDocument
Property Value
The ITextDocument that was created or disposed.