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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.