VCCodeUnion.ExtenderNames Property

Definition

Gets a list of available Extenders for the object.

public:
 property System::Object ^ ExtenderNames { System::Object ^ get(); };
public:
 property Platform::Object ^ ExtenderNames { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public object ExtenderNames { [System.Runtime.InteropServices.DispId(12)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.ExtenderNames : obj
Public ReadOnly Property ExtenderNames As Object

Property Value

A list of available Extenders.

Attributes

Remarks

ExtenderNames returns the names of the currently applicable Extenders for this object by using the CATID as specified by its ExtenderCATID property. This is returned as an object containing an automation-compliant array of strings.

Applies to