次の方法で共有


ServiceClient.UserPreferencesGet メソッド

定義

指定したユーザーの設定を取得します。

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ % UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesGet (Microsoft.MasterDataServices.International International, out System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesGet : Microsoft.MasterDataServices.International * Dictionary -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesGet (International As International, ByRef UserPreferences As Dictionary(Of String, String)) As OperationResult

パラメーター

International
International

カルチャ設定。

UserPreferences
Dictionary<String,String>

取得するユーザー設定。

戻り値

操作の結果が格納された OperationResult オブジェクトです。

適用対象