Microsoft.VisualStudio.Project.ProjectNode.GetCompiler C# (CSharp) Method

GetCompiler() public method

Returns the Compiler associated to the project
public GetCompiler ( ) : ICodeCompiler
return ICodeCompiler
        public virtual ICodeCompiler GetCompiler()
        {
            return null;
        }
ProjectNode