ServicingLogWriter.FormatInfo Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Shared Function FormatInfo ( _
format As String, _
ParamArray args As Object() _
) As ServicingLogEntry
protected static ServicingLogEntry FormatInfo(
string format,
params Object[] args
)
protected:
static ServicingLogEntry^ FormatInfo(
String^ format,
... array<Object^>^ args
)
static member FormatInfo :
format:string *
args:Object[] -> ServicingLogEntry
protected static function FormatInfo(
format : String,
... args : Object[]
) : ServicingLogEntry
Parameters
- format
Type: System.String
- args
Type: array<System.Object[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingLogEntry
.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.