ObjectExtenders::GetExtenderNames Method (String^, Object^)
Visual Studio 2015
Gets all Extenders for the given object under the specified category.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- ExtenderCATID
-
Type:
System::String^
Required. The specified Extender CATID.
- ExtendeeObject
-
Type:
System::Object^
Required. Represents the Extendee object instance.
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.
Show: