取得或設定要包含在跳躍清單中的檔案路徑。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。