Microsoft.VisualStudio.Project.ProjectNode.PerformTargetFrameworkCheck C# (CSharp) Méthode

PerformTargetFrameworkCheck() private méthode

private PerformTargetFrameworkCheck ( ) : bool
Résultat bool
        private bool PerformTargetFrameworkCheck()
        {
            if (this.IsFrameworkOnMachine())
            {
                // Nothing to do since the framework is present.
                return true;
            }

            return ShowRetargetingDialog();
        }
ProjectNode