IValueSerializerContext.GetValueSerializerFor 메서드

정의

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

오버로드

GetValueSerializerFor(PropertyDescriptor)

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

GetValueSerializerFor(Type)

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

GetValueSerializerFor(PropertyDescriptor)

지정된 속성 설명자에 대한 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 입니다.

추가 정보

적용 대상

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 입니다.

추가 정보

적용 대상