ITextDocumentFactoryService Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAndLoadTextDocument(String^, IContentType^) | Creates an ITextDocument that opens and loads the contents of the file into a new ITextBuffer. |
![]() | CreateAndLoadTextDocument(String^, IContentType^, Boolean, Boolean) | Creates an ITextDocument that opens and loads the contents of the file into a new ITextBuffer. |
![]() | CreateAndLoadTextDocument(String^, IContentType^, Encoding^, Boolean) | Creates an ITextDocument that opens and loads the contents of the file into a new ITextBuffer. |
![]() | CreateTextDocument(ITextBuffer^, String^) | Creates an ITextDocument with textBuffer, which is to be saved to the file. |
![]() | TryGetTextDocument(ITextBuffer^, ITextDocument^) | Retrieve an ITextDocument for the given buffer, if one exists. |
Show:
