VCCodeParameter.ExtenderNames Свойство

Определение

Возвращает список доступных для объекта расширителей.

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

Значение свойства

Object

Список доступных расширителей для объекта.

Атрибуты

Комментарии

ExtenderNames Возвращает имена доступных в данный момент расширителей для этого объекта с помощью CATID, как указано в ExtenderCATID свойстве. Возвращается в виде объекта, содержащего совместимый с автоматизацией массив строк.

Применяется к