InstallerTypeAttribute.InstallerType プロパティ

定義

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

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

プロパティ値

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

適用対象