AutoMerge.ChangesetProviderBase.GetProjectName C# (CSharp) Méthode

GetProjectName() protected méthode

protected GetProjectName ( ) : string
Résultat string
        protected string GetProjectName()
        {
            var context = VersionControlNavigationHelper.GetTeamFoundationContext(_serviceProvider);
            if (context != null)
            {
                return context.TeamProjectName;
            }
            return null;
        }