RootDesignerSerializerAttribute コンストラクター

定義

属性を指定して、RootDesignerSerializerAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

RootDesignerSerializerAttribute(String, String, Boolean)

属性を指定して、RootDesignerSerializerAttribute クラスの新しいインスタンスを初期化します。

RootDesignerSerializerAttribute(String, Type, Boolean)

属性を指定して、RootDesignerSerializerAttribute クラスの新しいインスタンスを初期化します。

RootDesignerSerializerAttribute(Type, Type, Boolean)

属性を指定して、RootDesignerSerializerAttribute クラスの新しいインスタンスを初期化します。

RootDesignerSerializerAttribute(String, String, Boolean)

ソース:
RootDesignerSerializerAttribute.cs
ソース:
RootDesignerSerializerAttribute.cs
ソース:
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

シリアライザーの基本型の名前。 シリアライザーの基本型がすべて異なっているため、1 つのクラスに複数のシリアライザーを組み込むことができます。

reloadable
Boolean

このシリアライザーがドキュメントの動的な再読み込みをサポートする場合は true。それ以外の場合は false

注釈

新しいデザイナーシリアル化属性を作成します。

適用対象

RootDesignerSerializerAttribute(String, Type, Boolean)

ソース:
RootDesignerSerializerAttribute.cs
ソース:
RootDesignerSerializerAttribute.cs
ソース:
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

シリアライザーの基本型の名前。 シリアライザーの基本型がすべて異なっているため、1 つのクラスに複数のシリアライザーを組み込むことができます。

reloadable
Boolean

このシリアライザーがドキュメントの動的な再読み込みをサポートする場合は true。それ以外の場合は false

注釈

新しいデザイナーシリアル化属性を作成します。

適用対象

RootDesignerSerializerAttribute(Type, Type, Boolean)

ソース:
RootDesignerSerializerAttribute.cs
ソース:
RootDesignerSerializerAttribute.cs
ソース:
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

シリアライザーの基本型。 シリアライザーの基本型がすべて異なっているため、1 つのクラスに複数のシリアライザーを組み込むことができます。

reloadable
Boolean

このシリアライザーがドキュメントの動的な再読み込みをサポートする場合は true。それ以外の場合は false

注釈

新しいデザイナーシリアル化属性を作成します。

適用対象