IDTToolsOptionsPage.GetProperties Method

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

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

Syntax

'Declaration
Sub GetProperties ( _
    <OutAttribute> ByRef PropertiesObject As Object _
)
void GetProperties(
    out Object PropertiesObject
)
void GetProperties(
    [InAttribute] [OutAttribute] Object^% PropertiesObject
)
abstract GetProperties : 
        PropertiesObject:Object byref -> unit 
function GetProperties(
    PropertiesObject : Object
)

Parameters

  • PropertiesObject
    Type: System.Object%
    The Tools Options object.

Remarks

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.

.NET Framework Security

See Also

Reference

IDTToolsOptionsPage Interface

EnvDTE Namespace