RootDesignerSerializerAttribute Konstruktorok

Definíció

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

Túlterhelések

Name Description
RootDesignerSerializerAttribute(String, String, Boolean)

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

RootDesignerSerializerAttribute(String, Type, Boolean)

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

RootDesignerSerializerAttribute(Type, Type, Boolean)

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

RootDesignerSerializerAttribute(String, String, Boolean)

Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

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

Paraméterek

serializerTypeName
String

A szerializáló adattípusának teljes neve.

baseSerializerTypeName
String

A szerializáló alaptípusának neve. Egy osztály több szerializálót is tartalmazhat, mivel mindegyik különböző alaptípussal rendelkezik.

reloadable
Boolean

trueha ez a szerializáló támogatja a dokumentum dinamikus újratöltését; egyéb esetben. false

Megjegyzések

Létrehoz egy új tervező szerializálási attribútumot.

A következőre érvényes:

RootDesignerSerializerAttribute(String, Type, Boolean)

Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

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

Paraméterek

serializerTypeName
String

A szerializáló adattípusának teljes neve.

baseSerializerType
Type

A szerializáló alaptípusának neve. Egy osztály több szerializálót is tartalmazhat, mivel mindegyik különböző alaptípussal rendelkezik.

reloadable
Boolean

trueha ez a szerializáló támogatja a dokumentum dinamikus újratöltését; egyéb esetben. false

Megjegyzések

Létrehoz egy új tervező szerializálási attribútumot.

A következőre érvényes:

RootDesignerSerializerAttribute(Type, Type, Boolean)

Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs
Forrás:
RootDesignerSerializerAttribute.cs

Inicializálja az RootDesignerSerializerAttribute osztály új példányát a megadott attribútumok használatával.

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

Paraméterek

serializerType
Type

A szerializáló adattípusa.

baseSerializerType
Type

A szerializáló alaptípusa. Egy osztály több szerializálót is tartalmazhat, mivel mindegyik különböző alaptípussal rendelkezik.

reloadable
Boolean

trueha ez a szerializáló támogatja a dokumentum dinamikus újratöltését; egyéb esetben. false

Megjegyzések

Létrehoz egy új tervező szerializálási attribútumot.

A következőre érvényes: