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

Type,表示与此特性关联的安装程序类型;如果安装程序不存在,则为 nullA Type that represents the type of installer associated with this attribute, or null if an installer does not exist.

适用于