다음을 통해 공유


ValidateHtmlTagInnerText.ExpectedInnerText 속성

예상 내부 텍스트를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Property ExpectedInnerText As String
public string ExpectedInnerText { get; set; }
public:
property String^ ExpectedInnerText {
    String^ get ();
    void set (String^ value);
}
member ExpectedInnerText : string with get, set
function get ExpectedInnerText () : String 
function set ExpectedInnerText (value : String)

속성 값

형식: String
내부 텍스트입니다.

.NET Framework 보안

참고 항목

참조

ValidateHtmlTagInnerText 클래스

Microsoft.VisualStudio.TestTools.WebTesting.Rules 네임스페이스