EntryPointComponentBase, 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 EntryPointComponentBase _
Inherits RemoteComponent _
Implements IEntryPoint
Dim instance As EntryPointComponentBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class EntryPointComponentBase : RemoteComponent,
IEntryPoint
Hiérarchie d'héritage
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
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.