ValidationAction コンストラクター (UITechnologyElement, String, String)
指定された要素、プロパティ名、およびプロパティ値を使用して、ValidationAction クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
'宣言
Protected Sub New ( _
uiElement As UITechnologyElement, _
propertyName As String, _
expectedValue As String _
)
protected ValidationAction(
UITechnologyElement uiElement,
string propertyName,
string expectedValue
)
protected:
ValidationAction(
UITechnologyElement^ uiElement,
String^ propertyName,
String^ expectedValue
)
new :
uiElement:UITechnologyElement *
propertyName:string *
expectedValue:string -> ValidationAction
protected function ValidationAction(
uiElement : UITechnologyElement,
propertyName : String,
expectedValue : String
)
パラメーター
- uiElement
型: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
UITechnologyElement オブジェクトで表される UI 要素。
- propertyName
型: System.String
検証するプロパティの名前。
- expectedValue
型: System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。