CommandLineToolSwitch.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The arguments.
public:
property System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ Arguments { System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ get(); void set(System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ value); };
public System.Collections.Generic.ICollection<Tuple<string,bool>> Arguments { get; set; }
member this.Arguments : System.Collections.Generic.ICollection<string * bool> with get, set
Public Property Arguments As ICollection(Of Tuple(Of String, Boolean))
Property Value
The arguments required for the command line tool switch.