EntryPointBindableComponentBase, classe (System 2007)
Mise à jour : novembre 2007
Cette API prend en charge l'infrastructure Visual Studio Tools pour Office et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.VisualStudio.Tools.Office
Assembly : Microsoft.Office.Tools.v9.0 (dans Microsoft.Office.Tools.v9.0.dll)
Syntaxe
<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
Hiérarchie d'héritage
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
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.