UserPreferencesUpdateRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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>
要更新的用户首选项。