ServerDocument Constructor
Initializes a new instance of the ServerDocument class.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
| Name | Description | |
|---|---|---|
![]() | ServerDocument(array<Byte>^, String^) | Initializes a new instance of the ServerDocument class using a byte array that represents the document to be loaded and the file name extension of the document. |
![]() | ServerDocument(Stream^, String^) | Initializes a new instance of the ServerDocument class using a stream that represents the document to be loaded and the file name extension of the document. |
![]() | ServerDocument(String^) | Initializes a new instance of the ServerDocument class using the full path of the document to be loaded. |
![]() | ServerDocument(String^, FileAccess) | Initializes a new instance of the ServerDocument class using the full path of the document to be loaded and a value that indicates the file access for the document. |
Show:
