CodeEvent.Prototype[Int32] 属性

定义

获取包含代码事件元素说明的字符串。

public:
 property System::String ^ Prototype[int] { System::String ^ get(int Flags); };
[System.Runtime.InteropServices.DispId(41)]
public string Prototype[int Flags = 0] { [System.Runtime.InteropServices.DispId(41)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(41)>]
[<get: System.Runtime.InteropServices.DispId(41)>]
[<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

包含代码事件元素说明的字符串。

属性

注解

备注

在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。

适用于