RootDesignerSerializerAttribute 构造函数

定义

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

重载

RootDesignerSerializerAttribute(String, String, Boolean)

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

RootDesignerSerializerAttribute(String, Type, Boolean)

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

RootDesignerSerializerAttribute(Type, Type, Boolean)

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

RootDesignerSerializerAttribute(String, String, Boolean)

Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

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)

参数

serializerTypeName
String

序列化程序的数据类型的完全限定名。

baseSerializerTypeName
String

序列化程序的基类型的名称。 一个类可以包含多个序列化程序,因为所有序列化程序都具有不同的基类型。

reloadable
Boolean

如果此序列化程序支持动态重新加载文档,则为 true;否则,为 false

注解

创建新的设计器序列化属性。

适用于

RootDesignerSerializerAttribute(String, Type, Boolean)

Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

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)

参数

serializerTypeName
String

序列化程序的数据类型的完全限定名。

baseSerializerType
Type

序列化程序的基类型的名称。 一个类可以包含多个序列化程序,因为所有序列化程序都具有不同的基类型。

reloadable
Boolean

如果此序列化程序支持动态重新加载文档,则为 true;否则,为 false

注解

创建新的设计器序列化属性。

适用于

RootDesignerSerializerAttribute(Type, Type, Boolean)

Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs
Source:
RootDesignerSerializerAttribute.cs

使用指定特性初始化 RootDesignerSerializerAttribute 类的新实例。

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)

参数

serializerType
Type

序列化程序的数据类型。

baseSerializerType
Type

序列化程序的基类型。 一个类可以包含多个序列化程序,因为所有序列化程序都具有不同的基类型。

reloadable
Boolean

如果此序列化程序支持动态重新加载文档,则为 true;否则,为 false

注解

创建新的设计器序列化属性。

适用于