System.Xaml.ValueSerializerContext.GetValueSerializerFor C# (CSharp) 메소드

GetValueSerializerFor() 공개 메소드

public GetValueSerializerFor ( PropertyDescriptor descriptor ) : System.Windows.Markup.ValueSerializer
descriptor System.ComponentModel.PropertyDescriptor
리턴 System.Windows.Markup.ValueSerializer
		public ValueSerializer GetValueSerializerFor (PropertyDescriptor descriptor)
		{
			throw new NotImplementedException ();
		}
		public ValueSerializer GetValueSerializerFor (Type type)

Same methods

ValueSerializerContext::GetValueSerializerFor ( Type type ) : System.Windows.Markup.ValueSerializer