次の方法で共有


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>
)

パラメーター

関連項目

参照

UserPreferencesGetResponse クラス

UserPreferencesGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間