IVsExtensibility::get_Properties Method (ISupportVSProperties^, Object^, Properties^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: EnvDTE (in EnvDTE.dll)
void get_Properties(
ISupportVSProperties^ pParent,
Object^ pdispPropObj,
[OutAttribute] Properties^% ppProperties
)
Parameters
- pParent
-
Type:
EnvDTE::ISupportVSProperties^
The parent properties.
- pdispPropObj
-
Type:
System::Object^
The dispatch interface object.
- ppProperties
-
Type:
EnvDTE::Properties^
The properties.
Show: