RootDesignerSerializerAttribute Construtores
Definição
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes.
Sobrecargas
| RootDesignerSerializerAttribute(String, String, Boolean) |
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes. |
| RootDesignerSerializerAttribute(String, Type, Boolean) |
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes. |
| RootDesignerSerializerAttribute(Type, Type, Boolean) |
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes. |
RootDesignerSerializerAttribute(String, String, Boolean)
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes.
public:
RootDesignerSerializerAttribute(System::String ^ serializerTypeName, System::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)
Parâmetros
- serializerTypeName
- String
O nome totalmente qualificado do tipo de dados do serializador.The fully qualified name of the data type of the serializer.
- baseSerializerTypeName
- String
O nome do tipo base do serializador.The name of the base type of the serializer. Uma classe pode incluir vários serializadores, já que todos eles têm tipos base diferentes.A class can include multiple serializers as they all have different base types.
- reloadable
- Boolean
true se este serializador dá suporte a recarregamento dinâmico do documento; caso contrário, false.true if this serializer supports dynamic reloading of the document; otherwise, false.
Comentários
Cria um novo atributo de serialização de designer.Creates a new designer serialization attribute.
Aplica-se a
RootDesignerSerializerAttribute(String, Type, Boolean)
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes.
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)
Parâmetros
- serializerTypeName
- String
O nome totalmente qualificado do tipo de dados do serializador.The fully qualified name of the data type of the serializer.
- baseSerializerType
- Type
O nome do tipo base do serializador.The name of the base type of the serializer. Uma classe pode incluir vários serializadores, já que todos eles têm tipos base diferentes.A class can include multiple serializers, as they all have different base types.
- reloadable
- Boolean
true se este serializador dá suporte a recarregamento dinâmico do documento; caso contrário, false.true if this serializer supports dynamic reloading of the document; otherwise, false.
Comentários
Cria um novo atributo de serialização de designer.Creates a new designer serialization attribute.
Aplica-se a
RootDesignerSerializerAttribute(Type, Type, Boolean)
Inicializa uma nova instância da classe RootDesignerSerializerAttribute usando os atributos especificados.Initializes a new instance of the RootDesignerSerializerAttribute class using the specified attributes.
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)
Parâmetros
- serializerType
- Type
O tipo de dados do serializador.The data type of the serializer.
- baseSerializerType
- Type
O tipo base do serializador.The base type of the serializer. Uma classe pode incluir vários serializadores, já que todos eles têm tipos base diferentes.A class can include multiple serializers as they all have different base types.
- reloadable
- Boolean
true se este serializador dá suporte a recarregamento dinâmico do documento; caso contrário, false.true if this serializer supports dynamic reloading of the document; otherwise, false.
Comentários
Cria um novo atributo de serialização de designer.Creates a new designer serialization attribute.