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
type CodeDomDesignerData = class end
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
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace