ContractAdapter.ContractToViewAdapter 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 위치에 적절한 호스트 쪽 어댑터가 있는 경우 추가 기능의 호스트 뷰를 가져옵니다.
오버로드
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
호스트의 애플리케이션 기준입니다.
반환
공유하는 추가 기능의 호스트 뷰입니다.
예외
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
추가 기능 저장소의 경로입니다.
반환
공유하는 추가 기능의 호스트 뷰입니다.
설명
이 시나리오에서는 엔터티 계약의 인스턴스가 하 고 특정 보기를 조정 하려고 합니다. 이 메서드를 찾고 해당 보기를 변환 하기 위해 어댑터를 인스턴스화하는 시스템을 쿼리 하를 사용 합니다.
적용 대상
.NET