IVsExtensibility::get_Properties Method (ISupportVSProperties^, Object^, Properties^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
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.

Return to top
Show: