ValueSerializerAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ValueSerializerAttribute.

Przeciążenia

ValueSerializerAttribute(String)

Inicjuje ValueSerializerAttribute nowe wystąpienie klasy przy użyciu kwalifikowanego ciągu nazwy typu zestawu.

ValueSerializerAttribute(Type)

Inicjuje ValueSerializerAttribute nowe wystąpienie klasy przy użyciu określonego typu.

ValueSerializerAttribute(String)

Źródło:
ValueSerializerAttribute.cs
Źródło:
ValueSerializerAttribute.cs
Źródło:
ValueSerializerAttribute.cs

Inicjuje ValueSerializerAttribute nowe wystąpienie klasy przy użyciu kwalifikowanego ciągu nazwy typu zestawu.

public:
 ValueSerializerAttribute(System::String ^ valueSerializerTypeName);
public ValueSerializerAttribute (string valueSerializerTypeName);
new System.Windows.Markup.ValueSerializerAttribute : string -> System.Windows.Markup.ValueSerializerAttribute
Public Sub New (valueSerializerTypeName As String)

Parametry

valueSerializerTypeName
String

Ciąg nazwy kwalifikowanego ValueSerializer typu zestawu dla klasy do użycia.

Uwagi

Ciąg nazwy kwalifikowanego typu zestawu jest wartością AssemblyQualifiedName żądanego Typeelementu .

Dotyczy

ValueSerializerAttribute(Type)

Źródło:
ValueSerializerAttribute.cs
Źródło:
ValueSerializerAttribute.cs
Źródło:
ValueSerializerAttribute.cs

Inicjuje ValueSerializerAttribute nowe wystąpienie klasy przy użyciu określonego typu.

public:
 ValueSerializerAttribute(Type ^ valueSerializerType);
public ValueSerializerAttribute (Type valueSerializerType);
new System.Windows.Markup.ValueSerializerAttribute : Type -> System.Windows.Markup.ValueSerializerAttribute
Public Sub New (valueSerializerType As Type)

Parametry

valueSerializerType
Type

Typ reprezentujący typ ValueSerializer klasy.

Dotyczy