指定されたカルチャ設定と更新するユーザー設定を持つ UserPreferencesUpdateRequest クラスの新しいインスタンスを初期化します。
名前空間: 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>
)
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- UserPreferences
型: System.Collections.Generic.Dictionary<String, String>
更新するユーザー設定。
関連項目
参照
UserPreferencesUpdateRequest クラス