次の方法で共有


EntryPointBindableComponentBase クラス (2007 System)

更新 : 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

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

EntryPointBindableComponentBase メンバ

Microsoft.VisualStudio.Tools.Office 名前空間