Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Shared Property WriteVerboseTraceInfo As Boolean
'使用
Dim value As Boolean
value = XmlTestReader.WriteVerboseTraceInfo
XmlTestReader.WriteVerboseTraceInfo = value
public static bool WriteVerboseTraceInfo { get; set; }
public:
static property bool WriteVerboseTraceInfo {
bool get ();
void set (bool value);
}
public static function get WriteVerboseTraceInfo () : boolean
public static function set WriteVerboseTraceInfo (value : boolean)
Property Value
Type: System.Boolean
Permissions
- 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.