Konstruktor UserPreferencesDeleteRequest (International, Boolean, Dictionary<String, String>)
Inicjuje nowe wystąpienie UserPreferencesDeleteRequest klasy, która ma określone ustawienia kultury, preferencje usunięcia użytkownika i preferencje użytkownika.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
International As International, _
DeleteAllUserPreferences As Boolean, _
UserPreferences As Dictionary(Of String, String) _
)
'Użycie
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesDeleteRequest(International, _
DeleteAllUserPreferences, UserPreferences)
public UserPreferencesDeleteRequest(
International International,
bool DeleteAllUserPreferences,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesDeleteRequest(
International^ International,
bool DeleteAllUserPreferences,
Dictionary<String^, String^>^ UserPreferences
)
new :
International:International *
DeleteAllUserPreferences:bool *
UserPreferences:Dictionary<string, string> -> UserPreferencesDeleteRequest
public function UserPreferencesDeleteRequest(
International : International,
DeleteAllUserPreferences : boolean,
UserPreferences : Dictionary<String, String>
)
Parametry
- International
Typ: Microsoft.MasterDataServices.International
Ustawienia kultury.
- DeleteAllUserPreferences
Typ: System.Boolean
Gdy zestaw do true, usuwa wszystkie preferencje dla bieżącego użytkownika; w przeciwnym razie false.
- UserPreferences
Typ: System.Collections.Generic.Dictionary<String, String>
Preferencje użytkownika do usunięcia.