Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets the debug trace information.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
'Declaration
<UserVisiblePropertyAttribute("{88C219EA-7069-49cb-8C41-CBAA4AD797D7}")> _
Public Property DebugTrace As String
[UserVisiblePropertyAttribute("{88C219EA-7069-49cb-8C41-CBAA4AD797D7}")]
public string DebugTrace { get; set; }
[UserVisiblePropertyAttribute(L"{88C219EA-7069-49cb-8C41-CBAA4AD797D7}")]
public:
property String^ DebugTrace {
String^ get ();
void set (String^ value);
}
[<UserVisiblePropertyAttribute("{88C219EA-7069-49cb-8C41-CBAA4AD797D7}")>]
member DebugTrace : string with get, set
function get DebugTrace () : String
function set DebugTrace (value : String)
Type: System.String
The debug trace information.
- 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.