ProjectItem.ExtenderNames 属性

定义

获取对象的可用扩展程序的列表。

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

属性值

Object

包含自动符合字符串数组的对象。

属性

注解

ExtenderNames 使用由属性指定的 CATID,返回此对象当前适用的扩展程序的名称 ExtenderCATID

适用于