ServiceClient.EntityMemberAnnotationsGet Метод

Определение

Получает заметки, присоединенные к элементу.

public:
 System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ % EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ % MemberId, Microsoft::MasterDataServices::Identifier ^ % ModelId, Microsoft::MasterDataServices::Identifier ^ % VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> EntityMemberAnnotationsGet (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.Identifier EntityId, ref Microsoft.MasterDataServices.MemberIdentifier MemberId, ref Microsoft.MasterDataServices.Identifier ModelId, ref Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityMemberAnnotationsGet : Microsoft.MasterDataServices.International * Identifier * MemberIdentifier * Identifier * Identifier * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function EntityMemberAnnotationsGet (International As International, ByRef EntityId As Identifier, ByRef MemberId As MemberIdentifier, ByRef ModelId As Identifier, ByRef VersionId As Identifier, ByRef OperationResult As OperationResult) As Collection(Of Annotation)

Параметры

International
International

Региональные настройки.

EntityId
Identifier

Идентификатор GUID или точное имя сущности, переданное по ссылке.

MemberId
MemberIdentifier

Идентификатор элемента, переданный по ссылке.

ModelId
Identifier

Идентификатор GUID или точное имя модели, переданное по ссылке.

VersionId
Identifier

Идентификатор GUID или точное имя версии модели, переданное по ссылке.

OperationResult
OperationResult

При возврате из этого метода содержит результат операции. Этот параметр передается неинициализированным.

Возвращаемое значение

Коллекция заметок, присоединяемых к элементу.

Применяется к