UITestPropertyProvider.GetPredefinedSearchProperties 方法
在衍生類別中覆寫時,取得包含針對相關聯控制項預先定義之搜尋屬性的字串陣列。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)
Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
Public MustOverride Function GetPredefinedSearchProperties ( _
specializedClass As Type _
) As String()
public abstract string[] GetPredefinedSearchProperties(
Type specializedClass
)
public:
virtual array<String^>^ GetPredefinedSearchProperties(
Type^ specializedClass
) abstract
abstract GetPredefinedSearchProperties :
specializedClass:Type -> string[]
public abstract function GetPredefinedSearchProperties(
specializedClass : Type
) : String[]
參數
- specializedClass
類型:Type
傳回值
類型:array<String[]
字串陣列包含針對關聯控制項而預先定義的的搜索屬性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting 命名空間