Predefined File Templates for VB.NET
This topic lists all predefined file templates for VB.NET in ReSharper 2021.2. For more information about file templates, see Create files from templates
Template | Details |
---|---|
| Create a new file in the current project containing an empty VB.NET Class. Scope VB.NET projects Body Public Class $CLASS$
$END$
End Class Parameters
|
| Create a new file in the current project containing an empty VB.NET Interface. Scope VB.NET projects Body Public Interface $INTERFACE$
$END$
End Interface Parameters
|
| Create a new file in the current project containing an empty VB.NET Structure. Scope VB.NET projects Body Public Structure $STRUCTURE$
$END$
End Structure Parameters
|
| Create a new file in the current project containing an empty VB.NET Module. Scope VB.NET projects Body Public Module $MODULE$
$END$
End Module Parameters
|
| Create a new file in the current project containing an empty VB.NET Enum. Scope VB.NET projects Body Public Enum $ENUM$
$END$
End Enum Parameters
|