次の方法で共有


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 メソッドを参照してください。

適用対象

こちらもご覧ください