共用方式為


SLCachedPropertyBag.QueryId 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

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

語法

'宣告
Public Property QueryId As SLQueryElement
    Get
    Set
public SLQueryElement QueryId { get; set; }
public:
property SLQueryElement^ QueryId {
    SLQueryElement^ get ();
    void set (SLQueryElement^ value);
}
member QueryId : SLQueryElement with get, set
function get QueryId () : SLQueryElement
function set QueryId (value : SLQueryElement)

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.SLQueryElement
傳回 SLQueryElement

.NET Framework 安全性

請參閱

參考

SLCachedPropertyBag 類別

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