UserPreferencesGetResponse コンストラクター (OperationResult, Dictionary(String, String))
指定された操作結果と取得するユーザー設定を持つ UserPreferencesGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
OperationResult As OperationResult, _
UserPreferences As Dictionary(Of String, String) _
)
'使用
Dim OperationResult As OperationResult
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesGetResponse(OperationResult, _
UserPreferences)
public UserPreferencesGetResponse(
OperationResult OperationResult,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesGetResponse(
OperationResult^ OperationResult,
Dictionary<String^, String^>^ UserPreferences
)
new :
OperationResult:OperationResult *
UserPreferences:Dictionary<string, string> -> UserPreferencesGetResponse
public function UserPreferencesGetResponse(
OperationResult : OperationResult,
UserPreferences : Dictionary<String, String>
)
パラメーター
- OperationResult
型: Microsoft.MasterDataServices. . :: . .OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- UserPreferences
型: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, String> ) > ) >
取得するユーザー設定。