CodeDomDesignerData Class
Visual Studio 2015
Provides designer-centric information about an element of the code DOM. It can be stored in the code DOM's user data dictionary.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | CodeDomDesignerData() | Initializes a new instance of CodeDomDesignerData. |
| Name | Description | |
|---|---|---|
![]() | CaretPosition | Gets or sets the recommended caret placement position for the member to which this object is attached. |
![]() | FileName | Gets or sets the name of the file associated with this element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


