UserPreferencesUpdateRequest 생성자 (International, Dictionary<String, String>)
Initializes a new instance of the UserPreferencesUpdateRequest class that has the specified cultural settings and user preferences to update.
네임스페이스: 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>
)
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- UserPreferences
유형: System.Collections.Generic.Dictionary<String, String>
The user preferences to update.
참고 항목
참조
UserPreferencesUpdateRequest 클래스