IDTToolsOptionsPage::GetProperties Method (Object^)
Visual Studio 2015
Returns an object containing all properties contained on the specified custom Tools Options page.
Assembly: EnvDTE (in EnvDTE.dll)
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.
Show: