次の方法で共有


ServiceClient.SystemDomainListGet メソッド

定義

リスト コードに基づいて、ローカライズされた固定選択リストを取得します。

public:
 Microsoft::MasterDataServices::OperationResult ^ SystemDomainListGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SystemDomainListGetCriteria ^ SearchCriteria, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemDomainList ^> ^ % SystemDomainLists);
public Microsoft.MasterDataServices.OperationResult SystemDomainListGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SystemDomainListGetCriteria SearchCriteria, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> SystemDomainLists);
member this.SystemDomainListGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SystemDomainListGetCriteria * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function SystemDomainListGet (International As International, SearchCriteria As SystemDomainListGetCriteria, ByRef SystemDomainLists As Collection(Of SystemDomainList)) As OperationResult

パラメーター

International
International

カルチャ設定。

SearchCriteria
SystemDomainListGetCriteria

システム ドメイン リストを取得する条件。

SystemDomainLists
Collection<SystemDomainList>

このメソッドが戻るとき、システム ドメイン リストが含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

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

適用対象