ITextDocumentFactoryService.CreateAndLoadTextDocument Method
Include Protected Members
Include Inherited Members
Creates an ITextDocument that opens and loads the contents the file into a new ITextBuffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top