CodeDomDesignerData Class

Definition

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

public ref class CodeDomDesignerData
[Windows::Foundation::Metadata::WebHostHidden]
class CodeDomDesignerData
public class CodeDomDesignerData
type CodeDomDesignerData = class
Public Class CodeDomDesignerData
Inheritance
CodeDomDesignerData

Constructors

CodeDomDesignerData()

Initializes a new instance of CodeDomDesignerData.

Properties

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.

Applies to