property | value |
---|---|
IDE | Visual Studio |
Language | XML |
Title | Literal with Editable Attribute |
Shortcut | s |
Description | Literal element with Editable attribute |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
default | default | yes | |||
id | id | yes | |||
toolTip | toolTip | yes |
Code
<Literal Editable="false">
<ID>id</ID>
<ToolTip>toolTip</ToolTip>
<Default>default</Default>
</Literal>