Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Add an issue with string format and params
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Add ( _
message As String, _
ParamArray args As Object() _
)
public void Add(
string message,
params Object[] args
)
public:
void Add(
String^ message,
... array<Object^>^ args
)
member Add :
message:string *
args:Object[] -> unit
public function Add(
message : String,
... args : Object[]
)
Parameters
- message
Type: System.String
- args
Type: array<System.Object[]
.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.