共用方式為


Icon.CreateWithContentUri 方法

定義

多載

CreateWithContentUri(Uri)

建立指向 URI 所指定影像檔案的圖示。

CreateWithContentUri(String)

建立指向 URI 所指定影像檔案的圖示。

CreateWithContentUri(Uri)

建立指向 URI 所指定影像檔案的圖示。

[Android.Runtime.Register("createWithContentUri", "(Landroid/net/Uri;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)]
public static Android.Graphics.Drawables.Icon CreateWithContentUri (Android.Net.Uri? uri);
[<Android.Runtime.Register("createWithContentUri", "(Landroid/net/Uri;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)>]
static member CreateWithContentUri : Android.Net.Uri -> Android.Graphics.Drawables.Icon

參數

uri
Uri

參考本機 content:// 或 file:// 影像數據的 URI。

傳回

屬性

備註

建立指向 URI 所指定影像檔案的圖示。

android.graphics.drawable.Icon.createWithContentUri(android.net.Uri)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

CreateWithContentUri(String)

建立指向 URI 所指定影像檔案的圖示。

[Android.Runtime.Register("createWithContentUri", "(Ljava/lang/String;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)]
public static Android.Graphics.Drawables.Icon CreateWithContentUri (string? uri);
[<Android.Runtime.Register("createWithContentUri", "(Ljava/lang/String;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)>]
static member CreateWithContentUri : string -> Android.Graphics.Drawables.Icon

參數

uri
String

參考本機 content:// 或 file:// 影像數據的 URI。

傳回

屬性

備註

建立指向 URI 所指定影像檔案的圖示。

android.graphics.drawable.Icon.createWithContentUri(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於