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

Implements

_Solution.Create(String, String)

.NET Framework Security

See Also

Reference

SolutionClass Class

EnvDTE Namespace