Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.