ImportManyAttribute.ContractType 속성

정의

가져올 내보내기의 계약 형식을 가져옵니다.

public:
 property Type ^ ContractType { Type ^ get(); };
public Type ContractType { get; }
member this.ContractType : Type
Public ReadOnly Property ContractType As Type

속성 값

이 가져오기에서 예상하는 내보내기 형식입니다. 기본값은 null이 가져오기가 연결된 멤버의 형식을 확인하여 형식을 가져옵니다. 형식이 Object면 가져오기는 내보낸 형식과 일치합니다.

적용 대상