다음을 통해 공유


ContractAdapter.ContractToViewAdapter 메서드

정의

지정한 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.

오버로드

ContractToViewAdapter<TView>(ContractHandle, PipelineStoreLocation)

PipelineStoreLocation 열거형의 값에서 지정한 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.

ContractToViewAdapter<TView>(ContractHandle, String)

경로에서 지정하는 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.

ContractToViewAdapter<TView>(ContractHandle, PipelineStoreLocation)

PipelineStoreLocation 열거형의 값에서 지정한 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.

public:
generic <typename TView>
 static TView ContractToViewAdapter(System::AddIn::Pipeline::ContractHandle ^ contract, System::AddIn::Hosting::PipelineStoreLocation location);
public static TView ContractToViewAdapter<TView> (System.AddIn.Pipeline.ContractHandle contract, System.AddIn.Hosting.PipelineStoreLocation location);
static member ContractToViewAdapter : System.AddIn.Pipeline.ContractHandle * System.AddIn.Hosting.PipelineStoreLocation -> 'View
Public Shared Function ContractToViewAdapter(Of TView) (contract As ContractHandle, location As PipelineStoreLocation) As TView

형식 매개 변수

TView

추가 기능의 호스트 뷰를 정의하는 형식입니다.

매개 변수

contract
ContractHandle

공유할 추가 기능에서 사용하는 계약에 대한 핸들입니다.

location
PipelineStoreLocation

호스트의 애플리케이션 기준입니다.

반환

TView

공유하는 추가 기능의 호스트 뷰입니다.

예외

location이 잘못되었습니다.

설명

이 시나리오에서는 엔터티 계약의 인스턴스가 하 고 특정 보기를 조정 하려고 합니다. 이 메서드를 찾고 해당 보기를 변환 하기 위해 어댑터를 인스턴스화하는 시스템을 쿼리 하를 사용 합니다.

적용 대상

ContractToViewAdapter<TView>(ContractHandle, String)

경로에서 지정하는 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.

public:
generic <typename TView>
 static TView ContractToViewAdapter(System::AddIn::Pipeline::ContractHandle ^ contract, System::String ^ pipelineRoot);
public static TView ContractToViewAdapter<TView> (System.AddIn.Pipeline.ContractHandle contract, string pipelineRoot);
static member ContractToViewAdapter : System.AddIn.Pipeline.ContractHandle * string -> 'View
Public Shared Function ContractToViewAdapter(Of TView) (contract As ContractHandle, pipelineRoot As String) As TView

형식 매개 변수

TView

추가 기능의 호스트 뷰를 정의하는 형식입니다.

매개 변수

contract
ContractHandle

공유할 추가 기능에서 사용하는 계약에 대한 핸들입니다.

pipelineRoot
String

추가 기능 저장소의 경로입니다.

반환

TView

공유하는 추가 기능의 호스트 뷰입니다.

설명

이 시나리오에서는 엔터티 계약의 인스턴스가 하 고 특정 보기를 조정 하려고 합니다. 이 메서드를 찾고 해당 보기를 변환 하기 위해 어댑터를 인스턴스화하는 시스템을 쿼리 하를 사용 합니다.

적용 대상