IValueSerializerContext.GetValueSerializerFor 메서드

정의

ValueSerializer 개체와 연결된 개체를 가져옵니다.

오버로드

Name Description
GetValueSerializerFor(PropertyDescriptor)

지정된 속성 설명자에 대한 a ValueSerializer 를 가져옵니다.

GetValueSerializerFor(Type)

ValueSerializer 지정된 형식과 연결된 형식을 가져옵니다.

GetValueSerializerFor(PropertyDescriptor)

지정된 속성 설명자에 대한 a ValueSerializer 를 가져옵니다.

public:
 System::Windows::Markup::ValueSerializer ^ GetValueSerializerFor(System::ComponentModel::PropertyDescriptor ^ descriptor);
public System.Windows.Markup.ValueSerializer GetValueSerializerFor(System.ComponentModel.PropertyDescriptor descriptor);
abstract member GetValueSerializerFor : System.ComponentModel.PropertyDescriptor -> System.Windows.Markup.ValueSerializer
Public Function GetValueSerializerFor (descriptor As PropertyDescriptor) As ValueSerializer

매개 변수

descriptor
PropertyDescriptor

변환되는 속성의 설명자입니다.

반품

ValueSerializer 지정된 속성을 serialize할 수 있는 기능입니다.

추가 정보

적용 대상

GetValueSerializerFor(Type)

ValueSerializer 지정된 형식과 연결된 형식을 가져옵니다.

public:
 System::Windows::Markup::ValueSerializer ^ GetValueSerializerFor(Type ^ type);
public System.Windows.Markup.ValueSerializer GetValueSerializerFor(Type type);
abstract member GetValueSerializerFor : Type -> System.Windows.Markup.ValueSerializer
Public Function GetValueSerializerFor (type As Type) As ValueSerializer

매개 변수

type
Type

변환되는 값의 형식입니다.

반품

ValueSerializer 지정된 형식을 serialize할 수 있는 기능입니다.

추가 정보

적용 대상