Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources] - نسخه متنی

Jason Beres

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









Quiz








1:

The ____________ namespace contains the automation objects for Visual Studio .NET.


A1:

EnvDTE

2:

The ___________ object can be passed to other classes to encapsulate the current IDE instance.


A2:

The EnvDTE.DTE object from the Connect class is the current IDE instance that you can pass around to other forms or classes in your add-in project.

3:

True or False: Because an add-in is all .NET, it's okay to simply delete the directory where it's installed to remove the add-in from another computer.


A3:

False. All add-ins are implemented as COM components, so they're registered in the Registry. You should use the Add/Remove Programs applet in the Control Panel to remove an add-in.


/ 270