VsTeXProject.VisualStudio.Project.ProjectNode.IsCodeFile C# (CSharp) Method

IsCodeFile() public method

Determines whether a file is a code file.
public IsCodeFile ( string fileName ) : bool
fileName string Name of the file to be evaluated
return bool
        public virtual bool IsCodeFile(string fileName)
        {
            return false;
        }
ProjectNode