InstallerTypeAttribute.InstallerType プロパティ

定義

この属性に関連付けられているインストーラーの種類を取得します。

public:
 virtual property Type ^ InstallerType { Type ^ get(); };
public virtual Type InstallerType { get; }
member this.InstallerType : Type
Public Overridable ReadOnly Property InstallerType As Type

プロパティ値

この属性に関連付けられているインストーラーの種類を表す Type 。インストーラーが存在しない場合は null

適用対象