Compartilhar via


Propriedade JumpTask.ApplicationPath

Obtém ou define o caminho para o aplicativo.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (em Microsoft.Windows.Shell.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String
O caminho para o aplicativo.The default is nulluma referência nula (Nothing no Visual Basic).

Comentários

Se a ApplicationPath propriedade não for especificada, em seguida, o caminho do processo em execução atual está implícito. Um aplicativo pode conter tarefas para executáveis diferente de si mesmo.

Segurança do .NET Framework

Consulte também

Referência

JumpTask Classe

Namespace Microsoft.Windows.Shell