Compartilhar via


EntryPointBindableComponentBase Classe (sistema de 2007)

Essa API oferece suporte ao Visual Studio Tools for Microsoft Office infra-estrutura e não se destina a ser usado diretamente em seu código.

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

Sintaxe

<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class EntryPointBindableComponentBase _
    Inherits EntryPointComponentBase _
    Implements IBindableComponent, IComponent, IDisposable

Dim instance As EntryPointBindableComponentBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class EntryPointBindableComponentBase : EntryPointComponentBase, 
    IBindableComponent, IComponent, IDisposable

Hierarquia de herança

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

Acesso thread-safe

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Membros EntryPointBindableComponentBase

Namespace Microsoft.VisualStudio.Tools.Office