共用方式為


JumpPath.Path 屬性

定義

取得或設定要包含在跳躍清單中的檔案路徑。

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

屬性值

要包含在跳躍清單中的檔案路徑。

備註

應用程式必須註冊才能處理指定檔案的副檔名;否則,專案會遭到拒絕。 例如,如果您將 新增 JumpPath 至.txt檔案,則必須註冊您的應用程式來處理.txt檔案。

適用於

另請參閱