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

適用於