Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Tools.Office
Assembly: Microsoft.Office.Tools.v9.0 (in Microsoft.Office.Tools.v9.0.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class EntryPointComponentBase _
Inherits RemoteComponent _
Implements IEntryPoint
'Usage
Dim instance As EntryPointComponentBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class EntryPointComponentBase : RemoteComponent,
IEntryPoint
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class EntryPointComponentBase abstract : public RemoteComponent,
IEntryPoint
public abstract class EntryPointComponentBase extends RemoteComponent implements IEntryPoint
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
Microsoft.VisualStudio.Tools.Office.EntryPointBindableComponentBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.