UserPreferencesDeleteRequest 建構函式 (International, Boolean, Dictionary(String, String))
Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
International As International, _
DeleteAllUserPreferences As Boolean, _
UserPreferences As Dictionary(Of String, String) _
)
'用途
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>
)
參數
- International
型別:Microsoft.MasterDataServices. . :: . .International
The cultural settings.
- DeleteAllUserPreferences
型別:System. . :: . .Boolean
When set to true, deletes all preferences for the current user; otherwise, false.
- UserPreferences
型別:System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, String> ) > ) >
The user preferences to delete.