SolutionClass.Create Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Overridable Sub Create ( _
Destination As String, _
Name As String _
)
public virtual void Create(
string Destination,
string Name
)
public:
virtual void Create(
String^ Destination,
String^ Name
)
abstract Create :
Destination:string *
Name:string -> unit
override Create :
Destination:string *
Name:string -> unit
public function Create(
Destination : String,
Name : String
)
Parameters
- Destination
Type: System.String
- Name
Type: System.String
Implements
_Solution.Create(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.