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

'宣言
Public Property Arguments As Integer
'使用
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.

Permissions

See Also

Reference

ProvideCommandLineSwitchAttribute Class

ProvideCommandLineSwitchAttribute Members

Microsoft.VisualStudio.Modeling.Shell Namespace