UITestPropertyProvider.GetPredefinedSearchProperties メソッド
派生クラスでオーバーライドされた場合、関連付けられたコントロールに対して事前定義されている検索プロパティを含む文字列配列を取得します。
名前空間: Microsoft.VisualStudio.TestTools.UITesting
アセンブリ: 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
型: System.Type
戻り値
型: array<System.String[]
関連付けられたコントロールに対して事前に定義されている検索プロパティを含む文字列配列。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。