Compartir a través de


CommandLineToolSwitch.Arguments Property

Gets or sets the arguments required for the command line tool switch.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Tasks.Xaml
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property Arguments As ICollection(Of Tuple(Of String, Boolean))
public ICollection<Tuple<string, bool>> Arguments { get; set; }
public:
property ICollection<Tuple<String^, bool>^>^ Arguments {
    ICollection<Tuple<String^, bool>^>^ get ();
    void set (ICollection<Tuple<String^, bool>^>^ value);
}
member Arguments : ICollection<Tuple<string, bool>> with get, set
function get Arguments () : ICollection<Tuple<String, boolean>>
function set Arguments (value : ICollection<Tuple<String, boolean>>)

Property Value

Type: ICollection<Tuple<String, Boolean>>
The arguments required for the command line tool switch.

.NET Framework Security

See Also

Reference

CommandLineToolSwitch Class

Microsoft.Build.Tasks.Xaml Namespace