InstallerTypeAttribute.InstallerType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與這個屬性相關的安裝程式型別。
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
。