Compartir a través de


JumpPath.Path (Propiedad)

Obtiene o establece la ruta de acceso al archivo que se va incluir en la Jump List.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Ruta de acceso al archivo que se va incluir en la Jump List.

Comentarios

La aplicación se debe registrar para administrar la extensión de nombre de archivo del archivo especificado; de lo contrario, se rechaza el elemento. Por ejemplo, si agrega un JumpPath a un archivo .txt, su aplicación se debe registrar para administrar archivos .txt.

Seguridad de .NET Framework

Vea también

Referencia

JumpPath Clase

Microsoft.Windows.Shell (Espacio de nombres)

JumpItemsRejected