TeamFoundationTextWriterTraceListener Constructor (String)
Initializes a new instance of the TeamFoundationTextWriterTraceListener class.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
fileName As String _
)
public TeamFoundationTextWriterTraceListener(
string fileName
)
public:
TeamFoundationTextWriterTraceListener(
String^ fileName
)
new :
fileName:string -> TeamFoundationTextWriterTraceListener
public function TeamFoundationTextWriterTraceListener(
fileName : String
)
Parameters
- fileName
Type: System.String
The file to write the trace to.
.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.
See Also
Reference
TeamFoundationTextWriterTraceListener Class