다음을 통해 공유


IJsonTypeInfoResolver.GetTypeInfo(Type, JsonSerializerOptions) 메서드

정의

요청된 JsonTypeInfo 형식 및 옵션에 대한 계약을 확인합니다.

public:
 System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ GetTypeInfo(Type ^ type, System::Text::Json::JsonSerializerOptions ^ options);
public System.Text.Json.Serialization.Metadata.JsonTypeInfo? GetTypeInfo (Type type, System.Text.Json.JsonSerializerOptions options);
abstract member GetTypeInfo : Type * System.Text.Json.JsonSerializerOptions -> System.Text.Json.Serialization.Metadata.JsonTypeInfo
Public Function GetTypeInfo (type As Type, options As JsonSerializerOptions) As JsonTypeInfo

매개 변수

type
Type

확인할 형식입니다.

options
JsonSerializerOptions

메타데이터를 확인할 때 사용되는 구성입니다.

반환

JsonTypeInfo

JsonTypeInfo 요청된 형식과 일치하는 인스턴스이거나 null 계약을 확인할 수 없는 경우

적용 대상