SolutionClass.Create(String, 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.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void Create(System::String ^ Destination, System::String ^ Name) = EnvDTE::_Solution::Create;
public:
virtual void Create(Platform::String ^ Destination, Platform::String ^ Name) = EnvDTE::_Solution::Create;
virtual void Create(std::wstring const & Destination, std::wstring const & Name);
[System.Runtime.InteropServices.DispId(40)]
public virtual void Create (string Destination, string Name);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member Create : string * string -> unit
override this.Create : string * string -> unit
Public Overridable Sub Create (Destination As String, Name As String)
Parameters
- Destination
- String
- Name
- String
Implements
- Attributes