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

适用于