ImageSourceValueSerializer Sınıf
Tanım
Örneklerinin örneklerine String ve örneklerinden dönüştürür ImageSource .Converts instances of String to and from instances of ImageSource.
public ref class ImageSourceValueSerializer : System::Windows::Markup::ValueSerializer
public class ImageSourceValueSerializer : System.Windows.Markup.ValueSerializer
type ImageSourceValueSerializer = class
inherit ValueSerializer
Public Class ImageSourceValueSerializer
Inherits ValueSerializer
- Devralma
Açıklamalar
Bu sınıf genellikle yalnızca MarkupWriter serileştirme amaçları için kullanılır.This class is typically only utilized by the MarkupWriter for serialization purposes.
Oluşturucular
ImageSourceValueSerializer() |
ImageSourceValueSerializer sınıfının yeni bir örneğini başlatır.Initializes a new instance of the ImageSourceValueSerializer class. |
Yöntemler
CanConvertFromString(String, IValueSerializerContext) |
StringÖğesinin bir örneğine dönüştürülüp dönüştürülmeyeceğini belirler ImageSource .Determines if a String can be converted to an instance of ImageSource. |
CanConvertToString(Object, IValueSerializerContext) |
Bir örneğinin ImageSource bir örneğine dönüştürülüp dönüştürülmeyeceğini belirler String .Determines if an instance of ImageSource can be converted to a String. |
ConvertFromString(String, IValueSerializerContext) |
Bir String öğesine dönüştürür ImageSource .Converts a String to an ImageSource. |
ConvertToString(Object, IValueSerializerContext) |
Örneğini ImageSource öğesine dönüştürür String .Converts an instance of ImageSource to a String. |
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetConvertFromException(Object) |
Bir dönüştürme gerçekleştirilemediği zaman throw için bir özel durum döndürür.Returns an exception to throw when a conversion cannot be performed. (Devralındığı yer: ValueSerializer) |
GetConvertToException(Object, Type) |
Bir dönüştürme gerçekleştirilemediği zaman throw için bir özel durum döndürür.Returns an exception to throw when a conversion cannot be performed. (Devralındığı yer: ValueSerializer) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |
TypeReferences(Object, IValueSerializerContext) |
Tarafından başvurulan türlerin bir listesini alır ValueSerializer .Gets an enumeration of the types referenced by the ValueSerializer. (Devralındığı yer: ValueSerializer) |