NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InstallerTypeAttribute Class

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

Remarks

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.

Requirements

Namespace: System.WinForms.ComponentModel

Assembly: System.WinForms.dll

See Also

System.WinForms.ComponentModel Namespace | System.WinForms.ComponentModel.MemberAttribute