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)

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

public class CodeDomDesignerData

NameDescription
System_CAPS_pubmethodCodeDomDesignerData()

Initializes a new instance of CodeDomDesignerData.

NameDescription
System_CAPS_pubpropertyCaretPosition

Gets or sets the recommended caret placement position for the member to which this object is attached.

System_CAPS_pubpropertyFileName

Gets or sets the name of the file associated with this element.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: