VCCodeDelegate.Extender[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取请求的扩展程序对象(如果对此对象可用)。
public:
property System::Object ^ Extender[System::String ^] { System::Object ^ get(System::String ^ ExtenderName); };
[System.Runtime.InteropServices.DispId(13)]
public object Extender[string ExtenderName] { [System.Runtime.InteropServices.DispId(13)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object
参数
- ExtenderName
- String
必需。 要返回的扩展程序名称。
属性值
一个 Extender 对象。
- 属性
注解
Extender[]Nothing null 如果没有可用的扩展程序对象,则返回或。
用于获取扩展器的 CATID 由对象的 ExtenderCATID 属性指定。