Share via


JumpPath.Path Property

Gets or sets the path to the file to be included in the Jump List.

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

Syntax

'Declaration
Public Property Path As String
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)

Property Value

Type: System.String
The path to the file to be included in the Jump List.

Remarks

The application must be registered to handle the file name extension of the specified file; otherwise, the item is rejected. For example, if you add a JumpPath to a .txt file, your application must be registered to handle .txt files.

.NET Framework Security

See Also

Reference

JumpPath Class

Microsoft.Windows.Shell Namespace

JumpItemsRejected