Documents.Add(String) Method
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.
Microsoft Internal Use Only.
public:
EnvDTE::Document ^ Add(System::String ^ Kind);
public:
EnvDTE::Document ^ Add(Platform::String ^ Kind);
EnvDTE::Document Add(std::wstring const & Kind);
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public EnvDTE.Document Add (string Kind);
[System.Runtime.InteropServices.DispId(4)]
public EnvDTE.Document Add (string Kind);
[<System.Runtime.InteropServices.DispId(4)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member Add : string -> EnvDTE.Document
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Add : string -> EnvDTE.Document
Public Function Add (Kind As String) As Document
Parameters
- Kind
- String
The kind of document.
Returns
The document.
- Attributes