Udostępnij przez


DesignerSerializerAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

Przeciążenia

DesignerSerializerAttribute(String, String)

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

DesignerSerializerAttribute(String, Type)

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

DesignerSerializerAttribute(Type, Type)

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

DesignerSerializerAttribute(String, String)

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

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

public:
 DesignerSerializerAttribute(System::String ^ serializerTypeName, System::String ^ baseSerializerTypeName);
public DesignerSerializerAttribute (string? serializerTypeName, string? baseSerializerTypeName);
public DesignerSerializerAttribute (string serializerTypeName, string baseSerializerTypeName);
new System.ComponentModel.Design.Serialization.DesignerSerializerAttribute : string * string -> System.ComponentModel.Design.Serialization.DesignerSerializerAttribute
Public Sub New (serializerTypeName As String, baseSerializerTypeName As String)

Parametry

serializerTypeName
String

W pełni kwalifikowana nazwa typu danych serializatora.

baseSerializerTypeName
String

W pełni kwalifikowana nazwa podstawowego typu danych serializatora. Wiele serializatorów można dostarczyć do klasy, o ile serializatory mają różne typy bazowe.

Zobacz też

Dotyczy

DesignerSerializerAttribute(String, Type)

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

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

public:
 DesignerSerializerAttribute(System::String ^ serializerTypeName, Type ^ baseSerializerType);
public DesignerSerializerAttribute (string? serializerTypeName, Type baseSerializerType);
public DesignerSerializerAttribute (string serializerTypeName, Type baseSerializerType);
new System.ComponentModel.Design.Serialization.DesignerSerializerAttribute : string * Type -> System.ComponentModel.Design.Serialization.DesignerSerializerAttribute
Public Sub New (serializerTypeName As String, baseSerializerType As Type)

Parametry

serializerTypeName
String

W pełni kwalifikowana nazwa typu danych serializatora.

baseSerializerType
Type

Podstawowy typ danych serializatora. Wiele serializatorów można dostarczyć do klasy, o ile serializatory mają różne typy bazowe.

Zobacz też

Dotyczy

DesignerSerializerAttribute(Type, Type)

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

Inicjuje nowe wystąpienie klasy DesignerSerializerAttribute.

public:
 DesignerSerializerAttribute(Type ^ serializerType, Type ^ baseSerializerType);
public DesignerSerializerAttribute (Type serializerType, Type baseSerializerType);
new System.ComponentModel.Design.Serialization.DesignerSerializerAttribute : Type * Type -> System.ComponentModel.Design.Serialization.DesignerSerializerAttribute
Public Sub New (serializerType As Type, baseSerializerType As Type)

Parametry

serializerType
Type

Typ danych serializatora.

baseSerializerType
Type

Podstawowy typ danych serializatora. Wiele serializatorów można dostarczyć do klasy, o ile serializatory mają różne typy bazowe.

Zobacz też

Dotyczy