IDataContractSurrogate.GetCustomDataToExport 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스키마 내보내기 작업 중, null이 아닌 반환 값의 스키마에 주석을 삽입합니다.
오버로드
GetCustomDataToExport(MemberInfo, Type) |
스키마 내보내기 작업 중, null이 아닌 반환 값의 스키마에 주석을 삽입합니다. |
GetCustomDataToExport(Type, Type) |
스키마 내보내기 작업 중, null이 아닌 반환 값의 스키마에 주석을 삽입합니다. |
GetCustomDataToExport(MemberInfo, Type)
스키마 내보내기 작업 중, null이 아닌 반환 값의 스키마에 주석을 삽입합니다.
public:
System::Object ^ GetCustomDataToExport(System::Reflection::MemberInfo ^ memberInfo, Type ^ dataContractType);
public object GetCustomDataToExport (System.Reflection.MemberInfo memberInfo, Type dataContractType);
abstract member GetCustomDataToExport : System.Reflection.MemberInfo * Type -> obj
Public Function GetCustomDataToExport (memberInfo As MemberInfo, dataContractType As Type) As Object
매개 변수
- memberInfo
- MemberInfo
멤버를 설명하는 MemberInfo입니다.
반환
XML 스키마 정의에 삽입할 주석을 나타내는 개체입니다.
적용 대상
GetCustomDataToExport(Type, Type)
스키마 내보내기 작업 중, null이 아닌 반환 값의 스키마에 주석을 삽입합니다.
public:
System::Object ^ GetCustomDataToExport(Type ^ clrType, Type ^ dataContractType);
public object GetCustomDataToExport (Type clrType, Type dataContractType);
abstract member GetCustomDataToExport : Type * Type -> obj
Public Function GetCustomDataToExport (clrType As Type, dataContractType As Type) As Object
매개 변수
- clrType
- Type
바꿀 CLR 형식입니다.
- dataContractType
- Type
주석을 달 데이터 계약 형식입니다.
반환
XML 스키마 정의에 삽입할 주석을 나타내는 개체입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET