EntryPointBindableComponentBase Class (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Office
Assembly:  Microsoft.Office.Tools.v9.0 (in Microsoft.Office.Tools.v9.0.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class EntryPointBindableComponentBase _
    Inherits EntryPointComponentBase _
    Implements IBindableComponent, IComponent, IDisposable
'Usage
Dim instance As EntryPointBindableComponentBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class EntryPointBindableComponentBase : EntryPointComponentBase, 
    IBindableComponent, IComponent, IDisposable
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class EntryPointBindableComponentBase abstract : public EntryPointComponentBase, 
    IBindableComponent, IComponent, IDisposable
public abstract class EntryPointBindableComponentBase extends EntryPointComponentBase implements IBindableComponent, IComponent, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
      Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
        Microsoft.Office.Tools.AddIn
        Microsoft.Office.Tools.Excel.ChartSheet
        Microsoft.Office.Tools.Excel.Workbook
        Microsoft.Office.Tools.Excel.Worksheet
        Microsoft.Office.Tools.Word.Document

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EntryPointBindableComponentBase Members

Microsoft.VisualStudio.Tools.Office Namespace