Microsoft.VisualStudio.Project.BuildPropertyPage.BindProperties C# (CSharp) 메소드

BindProperties() 보호된 메소드

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

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