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)
プロパティ値
型 : System.String
標準出力のテキスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。