Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 ( _
information As String _
)
public static void Info(
string information
)
public:
static void Info(
String^ information
)
static member Info :
information:string -> unit
public static function Info(
information : String
)
Parameters
information
Type: System.StringThe message to write.
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.