ObjectExtenders::GetExtenderNames Method (String^, Object^)

 

Gets all Extenders for the given object under the specified category.

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

Object^ GetExtenderNames(
	String^ ExtenderCATID,
	Object^ ExtendeeObject
)

Parameters

ExtenderCATID
Type: System::String^

Required. The specified Extender CATID.

ExtendeeObject
Type: System::Object^

Required. Represents the Extendee object instance.

Return Value

Type: System::Object^

An object containing an automation-compliant array of strings.

GetExtenderNames returns a list of supported Extender names for the given instance of the Extendee object under the specified CATID. This is returned as an object containing an automation-compliant array of strings.

Return to top
Show: