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 方法。

适用于

另请参阅