共用方式為


ILastInvocationInfo.InnerInfo 屬性

取得前一個動作或搜尋最後一次叫用的資訊 (如果有的話)。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
ReadOnly Property InnerInfo As ILastInvocationInfo
ILastInvocationInfo InnerInfo { get; }
property ILastInvocationInfo^ InnerInfo {
    ILastInvocationInfo^ get ();
}
abstract InnerInfo : ILastInvocationInfo with get
function get InnerInfo () : ILastInvocationInfo

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
前一個動作或搜尋最後一次叫用的資訊,如果沒有任何資訊則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

ILastInvocationInfo 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間