Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.