Share via


ProvideCommandLineSwitchAttribute.Arguments Property

Gets or sets the number of arguments for the command-line switch.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Property Arguments As Integer
'Usage
Dim instance As ProvideCommandLineSwitchAttribute 
Dim value As Integer 

value = instance.Arguments

instance.Arguments = value
public int Arguments { get; set; }
public:
property int Arguments {
    int get ();
    void set (int value);
}
public function get Arguments () : int 
public function set Arguments (value : int)

Property Value

Type: System.Int32
The number of arguments for the command-line switch.

.NET Framework Security

See Also

Reference

ProvideCommandLineSwitchAttribute Class

ProvideCommandLineSwitchAttribute Members

Microsoft.VisualStudio.Modeling.Shell Namespace