property | value |
---|---|
IDE | Visual Studio |
Language | XML |
Title | Declarations |
Shortcut | s |
Description | Declarations element |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
default | Literal default value | x | yes | ||
id | Literal ID | id | yes | ||
toolTip | Literal tool tip | . | yes |
Code
<Declarations>
<Literal>
<ID>id</ID>
<ToolTip>.</ToolTip>
<Default>x</Default>
</Literal>
</Declarations>