UserPreferencesGetResponse Costruttori
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.
Inizializza una nuova istanza della classe UserPreferencesGetResponse.
Overload
| Nome | Descrizione |
|---|---|
| UserPreferencesGetResponse() |
Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha valori predefiniti. |
| UserPreferencesGetResponse(OperationResult, Dictionary<String,String>) |
Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha il risultato dell'operazione specificato e le preferenze dell'utente da ottenere. |
UserPreferencesGetResponse()
Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha valori predefiniti.
public:
UserPreferencesGetResponse();
public UserPreferencesGetResponse();
Public Sub New ()
Si applica a
UserPreferencesGetResponse(OperationResult, Dictionary<String,String>)
Inizializza una nuova istanza della UserPreferencesGetResponse classe che ha il risultato dell'operazione specificato e le preferenze dell'utente da ottenere.
public:
UserPreferencesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesGetResponse(Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesGetResponse
Public Sub New (OperationResult As OperationResult, UserPreferences As Dictionary(Of String, String))
Parametri
- OperationResult
- OperationResult
Il risultato dell'operazione, includeva un ID unico per il tracciamento e la registrazione.
- UserPreferences
- Dictionary<String,String>
Le preferenze dell'utente da ottenere.