Define Element
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Define Element.
Defines a symbol name and value pair. This symbol can be evaluated by conditional attributes. For more information, see Conditional Attributes. See also the Symbols Element.
<Define name="Mode" value="Standard" />
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| name | Required. The name of the symbol: name="Mode" |
| value | Required. The value of the symbol: value="Standard" |
| Condition | Optional. For more information, see Conditional Attributes. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| CommandTable Element | Defines all the elements that represent commands that a VSPackage provides to the integrated development environment (IDE). For example, menu items, menus, toolbars, and combo boxes. |
<Define name="DEMO_UI"/> <Define name="MODE" value="Standard"/>
Show: