Bagikan melalui


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

See Also

Reference

ErrorFromResources Class

Microsoft.Build.Tasks Namespace