UserPreferencesUpdateRequest 构造函数

定义

初始化 UserPreferencesUpdateRequest 类的新实例。

重载

UserPreferencesUpdateRequest()

初始化具有默认值的 UserPreferencesUpdateRequest 类的新实例。

UserPreferencesUpdateRequest(International, Dictionary<String,String>)

初始化具有指定的区域性设置和要更新的用户首选项的 UserPreferencesUpdateRequest 类的新实例。

UserPreferencesUpdateRequest()

初始化具有默认值的 UserPreferencesUpdateRequest 类的新实例。

public:
 UserPreferencesUpdateRequest();
public UserPreferencesUpdateRequest ();
Public Sub New ()

适用于

UserPreferencesUpdateRequest(International, Dictionary<String,String>)

初始化具有指定的区域性设置和要更新的用户首选项的 UserPreferencesUpdateRequest 类的新实例。

public:
 UserPreferencesUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesUpdateRequest (Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesUpdateRequest : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesUpdateRequest
Public Sub New (International As International, UserPreferences As Dictionary(Of String, String))

参数

International
International

区域性设置。

UserPreferences
Dictionary<String,String>

要更新的用户首选项。

适用于