User.GetPropertyAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者的屬性。 使用 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
要取得的屬性。
傳回
這個方法完成時,它會傳回要求的 屬性。 如果屬性遺失或無法使用,則會傳回空字串。
- 屬性
Windows 需求
應用程式功能 |
userAccountInformation
|
備註
如需支援屬性的詳細資訊,請參閱 GetPropertiesAsync 方法。