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

ShowAllFiles() protected method

Handles the shows all objects command.
protected ShowAllFiles ( ) : int
return int
        protected internal virtual int ShowAllFiles()
        {
            return (int)OleConstants.OLECMDERR_E_NOTSUPPORTED;
        }
ProjectNode