共用方式為


UserPreferencesUpdateRequest 建構函式 (International, Dictionary<String, String>)

Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
Public Sub New ( _
    International As International, _
    UserPreferences As Dictionary(Of String, String) _
)
'用途
Dim International As International
Dim UserPreferences As Dictionary(Of String, String)

Dim instance As New UserPreferencesUpdateRequest(International, _
    UserPreferences)
public UserPreferencesUpdateRequest(
    International International,
    Dictionary<string, string> UserPreferences
)
public:
UserPreferencesUpdateRequest(
    International^ International, 
    Dictionary<String^, String^>^ UserPreferences
)
new : 
        International:International * 
        UserPreferences:Dictionary<string, string> -> UserPreferencesUpdateRequest
public function UserPreferencesUpdateRequest(
    International : International, 
    UserPreferences : Dictionary<String, String>
)

參數

請參閱

參考

UserPreferencesUpdateRequest 類別

UserPreferencesUpdateRequest 多載

Microsoft.MasterDataServices 命名空間