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입니다.

적용 대상