ProvideCommandLineSwitchAttribute.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 number of arguments to the command-line switch
public:
property int Arguments { int get(); void set(int value); };
public int Arguments { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Arguments : int with get, set
Public Property Arguments As Integer
Property Value
- Attributes