SolutionClass::AddFromFile Method (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^ AddFromFile(
	String^ FileName,
	bool Exclusive = false
)

Parameters

FileName
Type: System::String^

 

Exclusive
Type: System::Boolean

 

Return Value

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