CodeCompiler.FileExtension Property
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.
Gets the file name extension to use for source files.
protected:
abstract property System::String ^ FileExtension { System::String ^ get(); };
protected abstract string FileExtension { get; }
member this.FileExtension : string
Protected MustOverride ReadOnly Property FileExtension As String
Property Value
The file name extension to use for source files.
Remarks
This property indicates the file name extension of the source files that are to be compiled.
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.