共用方式為


User.GetPropertyAsync(String) 方法

定義

取得使用者的屬性。 使用 KnownUserProperties 類別來取得屬性名稱。

public:
 virtual IAsyncOperation<Platform::Object ^> ^ GetPropertyAsync(Platform::String ^ value) = GetPropertyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInspectable> GetPropertyAsync(winrt::hstring const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<object> GetPropertyAsync(string value);
function getPropertyAsync(value)
Public Function GetPropertyAsync (value As String) As IAsyncOperation(Of Object)

參數

value
String

Platform::String

winrt::hstring

要取得的屬性。

傳回

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

這個方法完成時,它會傳回要求的 屬性。 如果屬性遺失或無法使用,則會傳回空字串。

屬性

Windows 需求

應用程式功能
userAccountInformation

備註

如需支援屬性的詳細資訊,請參閱 GetPropertiesAsync 方法。

適用於

另請參閱