property | value |
---|---|
IDE | Visual Studio |
Language | XML |
Title | Imports |
Shortcut | s |
Description | Imports element |
Snippet Types | Expansion |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
namespace | Namespace to import | System | yes |
Code
<Imports>
<Import>
<Namespace>System</Namespace>
</Import>
</Imports>