次の方法で共有


UserPreferencesUpdateRequest コンストラクター (International, Dictionary<String, String>)

指定されたカルチャ設定と更新するユーザー設定を持つ 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>
)

パラメーター

関連項目

参照

UserPreferencesUpdateRequest クラス

UserPreferencesUpdateRequest オーバーロード

Microsoft.MasterDataServices 名前空間