IVsMethodTipWindow3.GetMethodData 方法
取得方法的 [提示] 視窗中顯示的方法資料。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop.10.0 (在 Microsoft.VisualStudio.TextManager.Interop.10.0.dll 中)
語法
'宣告
Function GetMethodData ( _
<OutAttribute> ByRef pMethodData As IVsMethodData _
) As Integer
int GetMethodData(
out IVsMethodData pMethodData
)
int GetMethodData(
[OutAttribute] IVsMethodData^% pMethodData
)
abstract GetMethodData :
pMethodData:IVsMethodData byref -> int
function GetMethodData(
pMethodData : IVsMethodData
) : int
參數
pMethodData
類型:Microsoft.VisualStudio.TextManager.Interop.IVsMethodData%[] outIVsMethodData介面,這用來設定 [方法的祕訣] 視窗中的方法和參數資訊。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。