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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

EntryPointBindableComponentBase 멤버

Microsoft.VisualStudio.Tools.Office 네임스페이스