ObjectExtenders.GetExtenderNames Method

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

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

Syntax

'Declaration
Function GetExtenderNames ( _
    ExtenderCATID As String, _
    ExtendeeObject As Object _
) As Object
Object GetExtenderNames(
    string ExtenderCATID,
    Object ExtendeeObject
)
Object^ GetExtenderNames(
    [InAttribute] String^ ExtenderCATID, 
    [InAttribute] Object^ ExtendeeObject
)
abstract GetExtenderNames : 
        ExtenderCATID:string * 
        ExtendeeObject:Object -> Object 
function GetExtenderNames(
    ExtenderCATID : String, 
    ExtendeeObject : Object
) : Object

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.

Remarks

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.

.NET Framework Security

See Also

Reference

ObjectExtenders Interface

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders