Share via


ProvideAppCommandLineAttribute.Arguments Property

Gets the default arguments for the command line.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property Arguments As String
public string Arguments { get; set; }
public:
property String^ Arguments {
    String^ get ();
    void set (String^ value);
}
member Arguments : string with get, set
function get Arguments () : String 
function set Arguments (value : String)

Property Value

Type: String
The default arguments for the command line.

.NET Framework Security

See Also

Reference

ProvideAppCommandLineAttribute Class

Microsoft.VisualStudio.Shell Namespace