다음을 통해 공유


RunOutputTestResultMessage.StdOut 속성

표준 출력 텍스트를 가져옵니다.

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

구문

‘선언
<UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")> _
Public Property StdOut As String
[UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public string StdOut { get; set; }
[UserVisiblePropertyAttribute(L"{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public:
property String^ StdOut {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")>]
member StdOut : string with get, set
function get StdOut () : String 
function set StdOut (value : String)

속성 값

형식: String
표준 출력 텍스트입니다.

.NET Framework 보안

참고 항목

참조

RunOutputTestResultMessage 클래스

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