VBCodeProvider.LanguageOptions Property

Definition

Gets a language features identifier.

public:
 virtual property System::CodeDom::Compiler::LanguageOptions LanguageOptions { System::CodeDom::Compiler::LanguageOptions get(); };
public override System.CodeDom.Compiler.LanguageOptions LanguageOptions { get; }
member this.LanguageOptions : System.CodeDom.Compiler.LanguageOptions
Public Overrides ReadOnly Property LanguageOptions As LanguageOptions

Property Value

A LanguageOptions that indicates special features of the language.

Applies to

See also