property | value |
---|---|
IDE | Visual Studio |
Language | XML |
Title | CodeSnippet for Visual Basic |
Shortcut | s |
Description | CodeSnippet for Visual Basic |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
__cdataEnd | ]]> | no | |||
code | Snippet code | $end$ | yes | ||
description | Snippet description | . | yes | ||
shortcut | Snippet shortcut | x | yes | ||
title | Snippet title | title | yes | ||
type | Snippet type | Expansion | yes |
Code
<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<Header>
<Title>title</Title>
<Shortcut>x</Shortcut>
<Description>.</Description>
<Author></Author>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<Code Language="VB"><![CDATA[$end$]]></Code>
</Snippet>
</CodeSnippet>