VCCodeEvent.ExtenderNames Propriété

Définition

Obtient une liste d'extendeurs disponibles pour l'objet.

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(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.ExtenderNames : obj
Public ReadOnly Property ExtenderNames As Object

Valeur de propriété

Object

Liste des extendeurs disponibles.

Attributs

Remarques

ExtenderNames retourne les noms des extendeurs actuellement applicables pour cet objet à l’aide du CATID comme spécifié par sa ExtenderCATID propriété. Elle est retournée en tant qu’objet contenant un tableau de chaînes compatible Automation.

S’applique à