Reference2.Extender[String] 属性

定义

如果请求的扩展程序对象可用于此对象,则获取该扩展程序对象。

public:
 property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(18)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(18)] [System.Runtime.InteropServices.TypeLibFunc(1088)] get; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1088)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object

参数

ExtenderName
String

必需。 要返回的扩展程序名称。

属性值

Object

此属性不返回任何内容,或者 null 没有可用的扩展程序对象。

实现

属性

注解

用于获取扩展器的 CATID 由对象的 ExtenderCATID 属性指定。

适用于