CodeDomDesignerData Class

Provides designer-centric information about an element of the code DOM. It can be stored in the code DOM's user data dictionary.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

Public Class CodeDomDesignerData

Dim instance As CodeDomDesignerData
public class CodeDomDesignerData
public ref class CodeDomDesignerData
public class CodeDomDesignerData

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDesignerData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CodeDomDesignerData Members

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace