Compartir a través de


JumpTask.Arguments (Propiedad)

Obtiene o establece los argumentos que se pasan a la aplicación al iniciarse.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property Arguments As String
    Get
    Set
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)

Valor de propiedad

Tipo: System.String
Argumentos que se pasan a la aplicación al iniciarse.El tipo predeterminado es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

JumpTask Clase

Microsoft.Windows.Shell (Espacio de nombres)

Startup

Args