Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the trace text.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")> _
Public Property DebugTrace As String
[UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
public string DebugTrace { get; set; }
[UserVisiblePropertyAttribute(L"{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
public:
property String^ DebugTrace {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")>]
member DebugTrace : string with get, set
function get DebugTrace () : String
function set DebugTrace (value : String)
Property Value
Type: String
The trace text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.