Compartilhar via


Instrução Option <keyword>

Introduces a statement that specifies a compiler option that applies to the entire source file.

Comentários

The compiler options can control whether all variables must be explicitly declared, whether narrowing type conversions must be explicit, or whether strings should be compared as text or as binary quantities.

The Option keyword can be used in these contexts:

Opção Comparar Declarações

Instrução Option Explicit (Visual Basic)

Declaração Option Infer

Opção declaração estrito

Consulte também

Outros recursos

Palavras-chave (Visual Basic)