ISerializationSurrogateProvider2.GetCustomDataToExport 메서드

정의

오버로드

Name Description
GetCustomDataToExport(MemberInfo, Type)

스키마 내보내기 작업 중에 반환하지 않는null 값에 대한 주석을 스키마에 삽입합니다.

GetCustomDataToExport(Type, Type)

스키마 내보내기 작업 중에 반환하지 않는null 값에 대한 주석을 스키마에 삽입합니다.

GetCustomDataToExport(MemberInfo, Type)

Source:
ISerializationSurrogateProvider2.cs
Source:
ISerializationSurrogateProvider2.cs
Source:
IgnoreDataMemberAttribute.cs

스키마 내보내기 작업 중에 반환하지 않는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

멤버를 설명하는 A MemberInfo 입니다.

dataContractType
Type

주석을 추가할 데이터 계약 형식입니다.

반품

XML 스키마 정의에 삽입할 주석을 나타내는 개체입니다.

적용 대상

GetCustomDataToExport(Type, Type)

Source:
ISerializationSurrogateProvider2.cs
Source:
ISerializationSurrogateProvider2.cs
Source:
IgnoreDataMemberAttribute.cs

스키마 내보내기 작업 중에 반환하지 않는null 값에 대한 주석을 스키마에 삽입합니다.

public:
 System::Object ^ GetCustomDataToExport(Type ^ runtimeType, Type ^ dataContractType);
public object? GetCustomDataToExport(Type runtimeType, Type dataContractType);
abstract member GetCustomDataToExport : Type * Type -> obj
Public Function GetCustomDataToExport (runtimeType As Type, dataContractType As Type) As Object

매개 변수

runtimeType
Type

바꿀 런타임 형식입니다.

dataContractType
Type

주석을 추가할 데이터 계약 형식입니다.

반품

XML 스키마 정의에 삽입할 주석을 나타내는 개체입니다.

적용 대상