UserPreferencesGetResponse 构造函数 (OperationResult, Dictionary<String, String>)

Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.

命名空间:  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 命名空间