VCCodeDelegate.Prototype 屬性
傳回具有這個物件 Stub 定義的字串。
命名空間: Microsoft.VisualStudio.VCCodeModel
組件: Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)
語法
'宣告
ReadOnly Property Prototype ( _
Flags As Integer _
) As String
string this[
int Flags
] { get; }
property String^ Prototype[int Flags] {
String^ get (int Flags);
}
abstract Prototype :
Flags:int -> string with get
JScript 不支援索引屬性。
參數
- Flags
型別:System.Int32
選擇項。vsCMPrototype 值,表示字串應包含的內容 (例如僅參數名稱、參數型別、整體唯一簽章等)。依據預設所有旗標都是設定為關閉。
屬性值
型別:System.String
傳回描述項目的字串。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.VCCodeModel 命名空間