Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources]

Jason Beres

نسخه متنی -صفحه : 270/ 196
نمايش فراداده

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.