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!

DesignerAttribute Class

Specifies the class to use to implement design-time services.

Object
   Attribute
      MemberAttribute
         DesignerAttribute

[Visual Basic]
Public Class DesignerAttribute
   Inherits MemberAttribute
[C#]
public class DesignerAttribute : MemberAttribute
[C++]
public __gc class DesignerAttribute : public MemberAttribute
[JScript]
public class DesignerAttribute extends MemberAttribute

Remarks

The class you use for the design-time services must implement the IDesigner interface.

Use the DesignerBaseTypeName property to find the designer's base type. Use the DesignerTypeName property to get the name of the type of designer associated with this member.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute