SolutionContext::ProjectName Property

 

Gets the unique name of the project for which this SolutionContext object provides context.

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

property String^ ProjectName {
	String^ get();
}

Property Value

Type: System::String^

A string representing the unique name of the project for which this SolutionContext object provides context.

Return to top
Show: