Compartir a través de


JumpTask.ApplicationPath (Propiedad)

Obtiene o establece la ruta de acceso a la aplicación.

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

Sintaxis

'Declaración
Public Property ApplicationPath As String
    Get
    Set
public string ApplicationPath { get; set; }
public:
property String^ ApplicationPath {
    String^ get ();
    void set (String^ value);
}
member ApplicationPath : string with get, set
function get ApplicationPath () : String
function set ApplicationPath (value : String)

Valor de propiedad

Tipo: System.String
Ruta de acceso a la aplicación.El tipo predeterminado es nullreferencia null (Nothing en Visual Basic).

Comentarios

Si no se especifica la propiedad ApplicationPath, la ruta de acceso del proceso en ejecución actual está implícita. Una aplicación puede contener tareas para ejecutables que no sea ella misma.

Seguridad de .NET Framework

Vea también

Referencia

JumpTask Clase

Microsoft.Windows.Shell (Espacio de nombres)