EntryPointBindableComponentBase 類別 (2007 系統)

更新:2007 年 11 月

這個 API 支援 Visual Studio Tools for Office 基礎結構,但您不可以直接在程式碼中使用它。

命名空間:  Microsoft.VisualStudio.Tools.Office
組件:  Microsoft.Office.Tools.v9.0 (在 Microsoft.Office.Tools.v9.0.dll 中)

語法

<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

繼承階層架構

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

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

EntryPointBindableComponentBase 成員

Microsoft.VisualStudio.Tools.Office 命名空間