VisualBasicParseOptions Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents Visual Basic parse options.
public ref class VisualBasicParseOptions sealed : Microsoft::CodeAnalysis::ParseOptions, IEquatable<Microsoft::CodeAnalysis::VisualBasic::VisualBasicParseOptions ^>
public sealed class VisualBasicParseOptions : Microsoft.CodeAnalysis.ParseOptions, IEquatable<Microsoft.CodeAnalysis.VisualBasic.VisualBasicParseOptions>
type VisualBasicParseOptions = class
inherit ParseOptions
interface IEquatable<VisualBasicParseOptions>
Public NotInheritable Class VisualBasicParseOptions
Inherits ParseOptions
Implements IEquatable(Of VisualBasicParseOptions)
- Inheritance
- Implements
Visual |
Creates an instance of VisualBasicParseOptions. |
Default | |
Documentation |
Gets a value indicating whether the documentation comments are parsed and analyzed. (Inherited from ParseOptions) |
Errors |
Errors collection related to an incompatible set of parse options (Inherited from ParseOptions) |
Features | |
Kind |
Specifies whether to parse as regular code files, script files or interactive code. (Inherited from ParseOptions) |
Language | |
Language |
Returns the effective language version, which the compiler uses to select the language rules to apply to the program. |
Preprocessor |
Returns a collection of preprocessor symbol names. |
Preprocessor |
The preprocessor symbols to parse with. |
Specified |
Gets the specified source code kind, which is the value that was specified in the call to the constructor, or modified using the WithKind(SourceCodeKind) method. (Inherited from ParseOptions) |
Specified |
Returns the specified language version, which is the value that was specified in the call to the constructor, or modified using the WithLanguageVersion(LanguageVersion) method, or provided on the command line. |
Common |
(Inherited from ParseOptions) |
Common |
(Inherited from ParseOptions) |
Common |
Returns a ParseOptions instance for a specified Source Code Kind. |
Equals(Object) |
Indicates whether the current object is equal to another object. |
Equals(Visual |
Determines whether the current object is equal to another object of the same type. |
Equals |
(Inherited from ParseOptions) |
Get |
Returns a hashcode for this instance. |
Get |
(Inherited from ParseOptions) |
With |
Returns a VisualBasicParseOptions instance for a specified documentation mode. |
With |
Enable some experimental language features for testing. |
With |
Returns a VisualBasicParseOptions instance for a specified source code kind. |
With |
Returns a VisualBasicParseOptions instance for a specified language version. |
With |
Returns a VisualBasicParseOptions instance for a specified collection of KeyValuePairs representing pre-processor symbols. |
With |
Returns a VisualBasicParseOptions instance for a specified collection of KeyValuePairs representing pre-processor symbols. |
With |
Returns a VisualBasicParseOptions instance for a specified collection of KeyValuePairs representing pre-processor symbols. |
Produkt | Versioner |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: