DesignerObject Class
Represents an object in a design host such as Visual Studio 2005. This class must be inherited.
Assembly: System.Design (in System.Design.dll)
System.Web.UI.Design::DesignerObject
System.Web.UI.Design::DesignerRegion
System.Web.UI.Design::TemplateDefinition
| Name | Description | |
|---|---|---|
![]() | DesignerObject(ControlDesigner^, String^) | Initializes a new instance of the DesignerObject class. |
| Name | Description | |
|---|---|---|
![]() | Designer | Gets the associated designer component. |
![]() | Name | Gets the name of the object. |
![]() | Properties | Gets the object's properties. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetService(Type^) | Gets a service from the design host, as identified by the provided type. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider::GetService(Type^) | For a description of this member, see IServiceProvider::GetService. |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




