ServerDocument Constructor

 

Initializes a new instance of the ServerDocument class.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

NameDescription
System_CAPS_pubmethodServerDocument(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.

System_CAPS_pubmethodServerDocument(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.

System_CAPS_pubmethodServerDocument(String^)

Initializes a new instance of the ServerDocument class using the full path of the document to be loaded.

System_CAPS_pubmethodServerDocument(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.

Return to top
Show: