共用方式為


UserInformation.GetAccountPicture(AccountPictureKind) 方法

定義

取得使用者的帳戶圖片。

重要

Windows 10或更新版本不支援UserInformation類別。 請改用 User 類別。 請參閱 UserInformation 類別檔中的。

public:
 static IStorageFile ^ GetAccountPicture(AccountPictureKind kind);
 static IStorageFile GetAccountPicture(AccountPictureKind const& kind);
/// [Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
 static IStorageFile GetAccountPicture(AccountPictureKind const& kind);
public static IStorageFile GetAccountPicture(AccountPictureKind kind);
[Windows.Foundation.Metadata.Deprecated("Use User instead of UserInformation. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.System.UserProfile.UserProfileContract")]
public static IStorageFile GetAccountPicture(AccountPictureKind kind);
function getAccountPicture(kind)
Public Shared Function GetAccountPicture (kind As AccountPictureKind) As IStorageFile

參數

kind
AccountPictureKind

列舉,可用來判斷您想要 (小型、大型等) 的影像類型。

傳回

包含影像的物件。

屬性

備註

重要

Windows 10或更新版本不支援UserInformation類別。 請改用 User 類別。 請參閱 UserInformation 類別檔中的。

例如,如果 UserInformation.NameAccessAllowed 屬性為 false) ,隱私權設定可以封鎖帳戶圖片的存取 (。 如果存取遭到封鎖,這個方法會傳回 Null 值。

這個方法不會擲回例外狀況。

適用於

另請參閱