User.GetPropertyAsync(String) Metodo

Definizione

Ottiene una proprietà per l'utente. Utilizzare la classe KnownUserProperties per ottenere i nomi delle proprietà.

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)

Parametri

value
String

Platform::String

winrt::hstring

Proprietà da ottenere.

Restituisce

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

Al termine di questo metodo, restituisce la proprietà richiesta. Se la proprietà manca o non è disponibile, viene restituita una stringa vuota.

Attributi

Requisiti Windows

Funzionalità dell'app
userAccountInformation

Commenti

Per informazioni dettagliate sulle proprietà supportate, vedere il metodo GetPropertiesAsync .

Si applica a

Vedi anche