Konstruktor UserPreferencesUpdateRequest (International, Dictionary<String, String>)
Inicjuje nowe wystąpienie UserPreferencesUpdateRequest klasy, który ma określonej kultury ustawienia i preferencje użytkownika do aktualizacji.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
International As International, _
UserPreferences As Dictionary(Of String, String) _
)
'Użycie
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesUpdateRequest(International, _
UserPreferences)
public UserPreferencesUpdateRequest(
International International,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesUpdateRequest(
International^ International,
Dictionary<String^, String^>^ UserPreferences
)
new :
International:International *
UserPreferences:Dictionary<string, string> -> UserPreferencesUpdateRequest
public function UserPreferencesUpdateRequest(
International : International,
UserPreferences : Dictionary<String, String>
)
Parametry
- International
Typ: Microsoft.MasterDataServices.International
Ustawienia kultury.
- UserPreferences
Typ: System.Collections.Generic.Dictionary<String, String>
Preferencje użytkownika do aktualizacji.