JumpPath.Path 属性

获取或设置要包含在跳转列表中的文件的路径。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
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)

属性值

类型:System.String
要包含在跳转列表中的文件的路径。

备注

必须注册应用程序,才能处理指定文件的文件扩展名;否则,该项会被拒绝。 例如,如果添加指向 .txt 文件的 JumpPath,则必须注册您的应用程序才能处理 .txt 文件。

.NET Framework 安全性

请参见

参考

JumpPath 类

Microsoft.Windows.Shell 命名空间

JumpItemsRejected