InstallerTypeAttribute コンストラクター

定義

InstallerTypeAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
InstallerTypeAttribute(String)

コンポーネントのインストーラーの種類の名前を使用して、 InstallerTypeAttribute クラスの新しいインスタンスを初期化します。

InstallerTypeAttribute(Type)

コンポーネントのインストーラーを表すInstallerTypeAttributeが指定されたときに、Type クラスの新しいインスタンスを初期化します。

InstallerTypeAttribute(String)

ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs

コンポーネントのインストーラーの種類の名前を使用して、 InstallerTypeAttribute クラスの新しいインスタンスを初期化します。

public:
 InstallerTypeAttribute(System::String ^ typeName);
public InstallerTypeAttribute(string? typeName);
public InstallerTypeAttribute(string typeName);
new System.ComponentModel.InstallerTypeAttribute : string -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (typeName As String)

パラメーター

typeName
String

この属性がバインドされているコンポーネントのインストーラーを表す Type の名前。 このクラスは、 IDesignerを実装する必要があります。

適用対象

InstallerTypeAttribute(Type)

ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs
ソース:
InstallerTypeAttribute.cs

コンポーネントのインストーラーを表すInstallerTypeAttributeが指定されたときに、Type クラスの新しいインスタンスを初期化します。

public:
 InstallerTypeAttribute(Type ^ installerType);
public InstallerTypeAttribute(Type installerType);
new System.ComponentModel.InstallerTypeAttribute : Type -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (installerType As Type)

パラメーター

installerType
Type

この属性がバインドされているコンポーネントのインストーラーを表す Type 。 このクラスは、 IDesignerを実装する必要があります。

適用対象