VCCodeDelegate.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 。 这作为包含符合自动化的字符串数组的对象返回。

适用于