Trace a message if the information level is set for the keywords
Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Sub Info ( _
    keywords As String(), _
    information As String _
)
public static void Info(
    string[] keywords,
    string information
)
public:
static void Info(
    array<String^>^ keywords, 
    String^ information
)
static member Info : 
        keywords:string[] * 
        information:string -> unit
public static function Info(
    keywords : String[], 
    information : String
)
Parameters
- keywords 
 Type: array<System.String[]- One or more keywords 
- information 
 Type: System.String- The message to write. 
.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.