Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.