CodeDelegate2.Prototype[Int32] 属性

定义

返回保持此委托的存根定义的字符串。

public:
 property System::String ^ Prototype[int] { System::String ^ get(int Flags); };
[System.Runtime.InteropServices.DispId(62)]
public string Prototype[int Flags = 0] { [System.Runtime.InteropServices.DispId(62)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(62)>]
[<get: System.Runtime.InteropServices.DispId(62)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.Prototype(int) : string
Public ReadOnly Property Prototype(Optional Flags As Integer = 0) As String

参数

Flags
Int32

可选。 一个 vsCMPrototype 值,该值指示字符串内容应为的内容,例如仅参数名称、参数类型、完整唯一签名等。 默认情况下,所有标志已设置为“关闭”。

属性值

String

保持此委托的存根定义的字符串。

实现

属性

注解

备注

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

适用于