JumpPath.Path 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要包含在跳躍清單中的檔案路徑。
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檔案。