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>

要更新的使用者喜好設定。

適用於