IDTToolsOptionsPage::GetProperties Method (Object^)

 

Returns an object containing all properties contained on the specified custom Tools Options page.

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

void GetProperties(
	Object^% PropertiesObject
)

Parameters

PropertiesObject
Type: System::Object^

The Tools Options object.

When you call Properties with the category and page that correspond to this control, then GetProperties is invoked and the control creates a Properties collection. GetProperties can return NULL if you do not want to implement properties, but it is to your advantage that you do implement properties.

To create a custom Options page, you create an ActiveX control, set the required registry settings, and then implement this interface. For more information, see Controlling Options Settings.

Return to top
Show: