Microsoft.VisualStudio.Project.BuildPropertyPage.BindProperties C# (CSharp) Method

BindProperties() protected method

protected BindProperties ( ) : void
return void
        protected override void BindProperties()
        {
            if(this.ProjectManager == null)
            {
                Debug.Assert(false);
                return;
            }

            this.outputPath = this.GetConfigProperty(BuildPropertyPageTag.OutputPath.ToString(), _PersistStorageType.PST_PROJECT_FILE);
        }