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

指定されたカルチャ設定、削除に関するユーザー設定、およびユーザー設定を持つ UserPreferencesDeleteRequest クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    International As International, _
    DeleteAllUserPreferences As Boolean, _
    UserPreferences As Dictionary(Of String, String) _
)
'使用
Dim International As International
Dim DeleteAllUserPreferences As Boolean
Dim UserPreferences As Dictionary(Of String, String)

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

パラメーター

  • DeleteAllUserPreferences
    型: System.Boolean
    現在のユーザーのすべてのユーザー設定を削除する場合は true、それ以外の場合は false に設定します。

関連項目

参照

UserPreferencesDeleteRequest クラス

UserPreferencesDeleteRequest オーバーロード

Microsoft.MasterDataServices 名前空間