CodeClass2.Extender[String] 属性

定义

如果所请求的扩展程序对象可用于此代码类,则返回该扩展程序对象。 未在 Visual C# 中实现。

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(1024)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Extender(string) : obj
Public ReadOnly Property Extender(ExtenderName As String) As Object

参数

ExtenderName
String

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

属性值

Object

表示扩展程序名称的字符串。

实现

属性

注解

Nothing null 如果没有可用的扩展程序对象,则此属性返回或。

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

备注

在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。 有关详细信息,请参阅 "代码模型元素值在 使用代码模型查找代码时 可能发生变化" (Visual Basic) "。

适用于