Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

Save Option Change

$
0
0

Hi Every Body 

My Extension Add a Page To Option Dialog

,In My Option Page I Have Some Item And After Change Some Property As Items and Click Cancel Button,

Vs Saved My Option Page , How Can I Solve This Problem?

--Codes--

Add Page With This Line

[ProvideOptionPage(typeof(CrOptionBackUp), "My Extension", "My Page", 0, 0, true)]

and This Is My 'CrOptionBackUp' Class

class CrOptionBackUp : UIElementDialogPage
    {
        public OpBackUpView BackUpView { get; set; }
        public CrOptionBackUp()
        {
            BackUpView = new OpBackUpView();
        }

        protected override UIElement Child
        {
            get { return BackUpView; }
        }
    }
Regard Thanks



/* If You Think This Is Easy , Go Do It Your Self */ .::Install Vs2010 Extension On Vs2012::. Download In Visual Studio Gallery


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>