EntryPointBindableComponentBase Класс (2007 System)
Обновлен: Ноябрь 2007
Этот 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 (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.