_Solution::Properties Property

 

Gets a collection of all properties that pertain to the _Solution.

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

property Properties^ Properties {
	Properties^ get();
}

Property Value

Type: EnvDTE::Properties^

A Properties collection.

Some properties are exposed as automation properties on the _Solution or from objects you get to through the solution, such as SolutionBuild object for build dependencies.

No code example is currently available or this language may not be supported.
Return to top
Show: