InstallerTypeAttribute.InstallerType 属性
定义
获取与此特性关联的安装程序类型。Gets the type of installer associated with this attribute.
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。A Type that represents the type of installer associated with this attribute, or null if an installer does not exist.