言語

UserPreferencesDeleteRequest コンストラクター

定義

UserPreferencesDeleteRequest クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
UserPreferencesDeleteRequest()

デフォルト値を持つ UserPreferencesDeleteRequest クラスの新しいインスタンスを初期化します。

UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)

指定された文化設定、ユーザー削除の好み、ユーザーの設定を持つ新しい UserPreferencesDeleteRequest クラスのインスタンスを初期化します。

UserPreferencesDeleteRequest()

デフォルト値を持つ UserPreferencesDeleteRequest クラスの新しいインスタンスを初期化します。

public:
 UserPreferencesDeleteRequest();
public UserPreferencesDeleteRequest();
Public Sub New ()

適用対象

UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>)

指定された文化設定、ユーザー削除の好み、ユーザーの設定を持つ新しい UserPreferencesDeleteRequest クラスのインスタンスを初期化します。

public:
 UserPreferencesDeleteRequest(Microsoft::MasterDataServices::International ^ International, bool DeleteAllUserPreferences, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesDeleteRequest(Microsoft.MasterDataServices.International International, bool DeleteAllUserPreferences, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesDeleteRequest : Microsoft.MasterDataServices.International * bool * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesDeleteRequest
Public Sub New (International As International, DeleteAllUserPreferences As Boolean, UserPreferences As Dictionary(Of String, String))

パラメーター

International
International

文化的な設定。

DeleteAllUserPreferences
Boolean

trueに設定されると、現在のユーザーのすべての設定を削除します。そうでなければfalse

UserPreferences
Dictionary<String,String>

削除するユーザー設定。

適用対象