VsTeXProject.VisualStudio.Project.ProjectNode.IsCodeFile C# (CSharp) Метод

IsCodeFile() публичный Метод

Determines whether a file is a code file.
public IsCodeFile ( string fileName ) : bool
fileName string Name of the file to be evaluated
Результат bool
        public virtual bool IsCodeFile(string fileName)
        {
            return false;
        }
ProjectNode