This documentation is archived and is not being maintained.

ExpressionEditorAttribute Constructor

Initializes a new instance of the ExpressionEditorAttribute class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method ExpressionEditorAttribute(String) Initializes a new instance of the ExpressionEditorAttribute class using the specified type name.
Public method ExpressionEditorAttribute(Type) Initializes a new instance of the ExpressionEditorAttribute class using the specified type object.
Top

Use the ExpressionEditor constructor to initialize an empty instance of the ExpressionEditorAttribute class. To initialize the ExpressionEditorAttribute class using a type object, use the ExpressionEditorAttribute constructor. To initialize the ExpressionEditorAttribute class using a type name, use the ExpressionEditorAttribute constructor.

Show: