Como: Personalizar o trechos de código depois que ele é inserido no seu código.

When you add a snippet to your code, the inserted snippet code has one or more replacement points highlighted in the code. You may or may not choose to change each replacement point. If you rest your mouse pointer over the replacement point, a ToolTip appears that explains how you need to change the code. The Code Editor recognizes a snippet as a unit separate from your surrounding code until you close the source-code file. As such, the replacement points remain highlighted until you have closed the source file.

To customize the inserted code for your application

  1. Use the TAB key to move from one replacement point to the next. Use SHIFT+TAB to move to a previous replacement point.

  2. Click CTRL+SPACE to invoke IntelliSense.

  3. Select an item from the list, or type a replacement of your choice.

  4. If you still have compiler errors in the code, then you may need to make other changes to your source code. For example, if the task is searching for a node in a TreeView control named TreeView1, then you may need to add a TreeView control named TreeView1 to your form.

Consulte também

Tarefas

Como: Inserir trechos de código de IntelliSense

Referência

Criando e usando trechos de código de IntelliSense

Conceitos

Trechos de Código IntelliSense Visual Basic

Considerações de Segurança no Uso de Trechos de Código

Práticas Recomendadas para usar Trechos de Código IntelliSense