Specifies the installer to use for a type to install components.
Object
Attribute
MemberAttribute
InstallerTypeAttribute
[Visual Basic] Public Class InstallerTypeAttribute Inherits MemberAttribute [C#] public class InstallerTypeAttribute : MemberAttribute [C++] public __gc class InstallerTypeAttribute : public MemberAttribute [JScript] public class InstallerTypeAttribute extends MemberAttribute
The class you use for the installer must implement the IDesigner interface. Use the InstallerType property to get the installer associated with this attribute.
For more information, see TBD and TBD.
Namespace: System.WinForms.ComponentModel
Assembly: System.WinForms.dll
System.WinForms.ComponentModel Namespace | System.WinForms.ComponentModel.MemberAttribute