SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) 메서드

정의

나중에 가져오기 메서드를 호출할 때 사용할 수 있도록 파생 형식에 대한 매핑을 SoapReflectionImporter 인스턴스의 컨텍스트에 저장합니다.

public:
 void IncludeTypes(System::Reflection::ICustomAttributeProvider ^ provider);
public void IncludeTypes (System.Reflection.ICustomAttributeProvider provider);
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
Public Sub IncludeTypes (provider As ICustomAttributeProvider)

매개 변수

provider
ICustomAttributeProvider

ICustomAttributeProvider 특성에서 파생된 사용자 지정 특성을 포함하는 SoapIncludeAttribute 리플렉션 개체입니다.

적용 대상