共用方式為


ResolvedStackFrame.Method 屬性

取得ResolvedMethod此堆疊框架。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property Method As ResolvedMethod
public ResolvedMethod Method { get; private set; }
public:
property ResolvedMethod^ Method {
    ResolvedMethod^ get ();
    private: void set (ResolvedMethod^ value);
}
member Method : ResolvedMethod with get, private set
function get Method () : ResolvedMethod
private function set Method (value : ResolvedMethod)

屬性值

型別:Microsoft.VisualStudio.IntelliTrace.ResolvedMethod

.NET Framework 安全性

請參閱

參考

ResolvedStackFrame 類別

Microsoft.VisualStudio.IntelliTrace 命名空間