UserPreferencesDeleteRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
削除するユーザー設定。