DocumentsContract.Path.GetPath 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回頭走路。
[Android.Runtime.Register("getPath", "()Ljava/util/List;", "", ApiSince=26)]
public System.Collections.Generic.IList<string>? GetPath();
[<Android.Runtime.Register("getPath", "()Ljava/util/List;", "", ApiSince=26)>]
member this.GetPath : unit -> System.Collections.Generic.IList<string>
傳回
- 屬性
備註
回頭走路。 如果呼叫套件沒有權限存取這些文件,路徑會被修剪到樹頂端。
的 android.provider.DocumentsContract.Path.getPath()Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。