Bari.Plugins.VsCore.VisualStudio.ProjectSections.SourceItemsSectionBase.GetLogicalPath C# (CSharp) Method

GetLogicalPath() protected method

protected GetLogicalPath ( Project project, SuiteRelativePath file, SourceSetType sourceSetType ) : string
project Project
file SuiteRelativePath
sourceSetType SourceSetType
return string
        protected virtual string GetLogicalPath(Project project, SuiteRelativePath file, SourceSetType sourceSetType)
        {
            return ToProjectRelativePath(project, file, sourceSetType);
        }