SourceCodeKind Enum
Definition
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.
Specifies the C# or VB source code kind.
public enum class SourceCodeKind
public enum SourceCodeKind
type SourceCodeKind =
Public Enum SourceCodeKind
- Inheritance
-
SourceCodeKind
Fields
Name | Value | Description |
---|---|---|
Regular | 0 | No scripting. Used for .cs/.vb file parsing. |
Script | 1 | Allows top-level statements, declarations, and optional trailing expression. Used for parsing .csx/.vbx and interactive submissions. |
Interactive | 2 | The same as Script. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.