property | value |
---|---|
IDE | Visual Studio |
Language | XML |
Title | Literal with Function |
Shortcut | s |
Description | Literal element with function |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
default | ThisName | yes | |||
function | ClassName() | yes | |||
id | thisName | yes | |||
toolTip | Containing type name | yes |
Code
<Literal Editable="false">
<ID>thisName</ID>
<ToolTip>Containing type name</ToolTip>
<Default>ThisName</Default>
<Function>ClassName()</Function>
</Literal>