Microsoft.VisualStudio.Tools.Office Namespace

The Microsoft.VisualStudio.Tools.Office namespace contains the RemoteBindableComponent class. This is the base class for host controls in document-level customizations created by using Visual Studio Tools for Office. RemoteBindableComponent provides a default implementation of the System.Windows.Forms.IBindableComponent interface, which enables host controls to be bound to data. For more information, see Host Items and Host Controls Overview and Binding Data to Controls in Office Solutions.

All other classes in the Microsoft.VisualStudio.Tools.Office namespace are part of the Visual Studio Tools for Office infrastructure, and are not intended to be used directly in your code.

Classes

  Class Description
Public class EntryPointBindableComponentBase Infrastructure.
Public class EntryPointComponentBase Infrastructure.
Public class RemoteBindableComponent Provides a default implementation of the IBindableComponent interface for host controls in Visual Studio Tools for Office solutions.
Public class RemoteComponent Infrastructure.

Interfaces

  Interface Description
Public interface IOfficeEntryPoint Infrastructure.
Public interface IOfficeHostItemEntryPoint Infrastructure.
Public interface ISupportInitializeControl Infrastructure.
Public interface ISupportInitializeExtendedControl Infrastructure.

See Also

Reference

Other Resources

Host Items and Host Controls Overview

Binding Data to Controls in Office Solutions