SolutionClass::AddFromTemplate Method (String^, String^, String^, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
virtual Project^ AddFromTemplate(
	String^ FileName,
	String^ Destination,
	String^ ProjectName,
	bool Exclusive = false
)

Parameters

FileName
Type: System::String^

 

Destination
Type: System::String^

 

ProjectName
Type: System::String^

 

Exclusive
Type: System::Boolean

 

Return Value

Type: EnvDTE::Project^
Return to top
Show: