VCCodeProperty.Prototype[Int32] 属性

定义

返回包含此对象存根定义的字符串。

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

参数

Flags
Int32

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

属性值

String

描述元素的字符串。

属性

适用于