Interface IFileSummary
-
- All Known Implementing Classes:
FileItem,SolutionFileInfo
public interface IFileSummaryInstances contain vital information about a solution file: its name, solution, path, and localized name. This interface allowsFileCommandto know the file (whether it be a folder in the solution tree or a file in the files list) being acted on.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalizedName()StringgetName()StringgetPath()
-