ErrorFromResources.Arguments Property
Gets or sets optional arguments to use when formatting the error message.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public Property Arguments As String()
public string[] Arguments { get; set; }
public:
property array<String^>^ Arguments {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Arguments : string[] with get, set
function get Arguments () : String[]
function set Arguments (value : String[])
Property Value
Type: array<System.String[]
Optional arguments to use when formatting the error message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.