This documentation is archived and is not being maintained.
ExpressionEditorAttribute Constructor
Visual Studio 2008
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.
| Name | Description | |
|---|---|---|
|
ExpressionEditorAttribute(String) | Initializes a new instance of the ExpressionEditorAttribute class using the specified type name. |
|
ExpressionEditorAttribute(Type) | Initializes a new instance of the ExpressionEditorAttribute class using the specified type object. |
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: