UserPreferencesUpdateRequest 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 UserPreferencesUpdateRequest 類別的新執行個體。
多載
| UserPreferencesUpdateRequest() |
初始化包含預設值之 UserPreferencesUpdateRequest 類別的新執行個體。 |
| UserPreferencesUpdateRequest(International, Dictionary<String,String>) |
初始化具有指定的文化設定及要更新的使用者喜好設定之 UserPreferencesUpdateRequest 類別的新執行個體。 |
UserPreferencesUpdateRequest()
初始化包含預設值之 UserPreferencesUpdateRequest 類別的新執行個體。
public:
UserPreferencesUpdateRequest();
public UserPreferencesUpdateRequest ();
Public Sub New ()
適用於
UserPreferencesUpdateRequest(International, Dictionary<String,String>)
初始化具有指定的文化設定及要更新的使用者喜好設定之 UserPreferencesUpdateRequest 類別的新執行個體。
public:
UserPreferencesUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public UserPreferencesUpdateRequest (Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
new Microsoft.MasterDataServices.UserPreferencesUpdateRequest : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.UserPreferencesUpdateRequest
Public Sub New (International As International, UserPreferences As Dictionary(Of String, String))
參數
- International
- International
文化特性設定。
- UserPreferences
- Dictionary<String,String>
要更新的使用者喜好設定。