Solution2::Properties Property

 

Gets a collection of all properties that pertain to the Solution2 object.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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 the SolutionBuild object for build dependencies.

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