다음을 통해 공유


AssertAction.ExpectedValue 속성

예상 값을 string으로 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Common
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll)

구문

‘선언
Public Overrides Property ExpectedValue As String
public override string ExpectedValue { get; set; }
public:
virtual property String^ ExpectedValue {
    String^ get () override;
    void set (String^ value) override;
}
abstract ExpectedValue : string with get, set 
override ExpectedValue : string with get, set
override function get ExpectedValue () : String 
override function set ExpectedValue (value : String)

속성 값

형식: String
문자열 값입니다.

.NET Framework 보안

참고 항목

참조

AssertAction 클래스

Microsoft.VisualStudio.TestTools.UITest.Common 네임스페이스