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.
Writes an informational message to the trace output.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Info ( _
format As String, _
ParamArray args As Object() _
)
public static void Info(
string format,
params Object[] args
)
public:
static void Info(
String^ format,
... array<Object^>^ args
)
static member Info :
format:string *
args:Object[] -> unit
public static function Info(
format : String,
... args : Object[]
)
Parameters
format
Type: System.StringThe string format to which args is applied.
args
Type: array<System.Object[]One or more arguments.
Remarks
Uses the General category and Info level.
.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.