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
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
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
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.

注解

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

适用于