User.GetPropertiesAsync(IVectorView<String>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le proprietà per l'utente.
public:
virtual IAsyncOperation<IPropertySet ^> ^ GetPropertiesAsync(IVectorView<Platform::String ^> ^ values) = GetPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IPropertySet> GetPropertiesAsync(IVectorView<winrt::hstring> const& values);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IPropertySet> GetPropertiesAsync(IReadOnlyList<string> values);
function getPropertiesAsync(values)
Public Function GetPropertiesAsync (values As IReadOnlyList(Of String)) As IAsyncOperation(Of IPropertySet)
Parametri
- values
-
IVectorView<Platform::String>
IVectorView<winrt::hstring>
Proprietà da ottenere. Utilizzare la classe KnownUserProperties per ottenere i nomi delle proprietà.
Restituisce
Al termine di questo metodo, restituisce le proprietà richieste. Se una proprietà è mancante o non disponibile, viene segnalata come stringa vuota.
- Attributi
Requisiti Windows
Funzionalità dell'app |
userAccountInformation
|
Commenti
Non tutte le proprietà sono disponibili per tutti gli utenti. Nella tabella seguente sono riepilogate le proprietà disponibili in varie condizioni.
Proprietà | Account locale non aggiunto a un dominio | Aggiunto al dominio dell'account locale | Account del servizio gestito | Account AAD |
---|---|---|---|---|
AccountName | Non disponibile | Non disponibile | Non disponibile | Non disponibile |
DisplayName | Non disponibile | Non disponibile | Non disponibile | Disponibile se aggiunto a un dominio |
DomainName | Non disponibile | Disponibile | Non disponibile | Disponibile |
FirstName | Disponibile | Disponibile | Disponibile | Disponibile |
GuestHost | Disponibile su XBOX | Disponibile su XBOX | Disponibile su XBOX | Disponibile su XBOX |
LastName | Disponibile | Disponibile | Disponibile | Disponibile |
Nome entità | Non disponibile | Disponibile | Non disponibile | Disponibile se aggiunto a un dominio |
ProviderName | Non disponibile | Non disponibile | Non disponibile | Non disponibile |
SessionInitiationProtocolUri | Non disponibile | Disponibile | Non disponibile | Disponibile se aggiunto a un dominio |