RemoteComponent Class

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 RemoteComponent _
    Implements IComponent, IDisposable
'Usage
Dim instance As RemoteComponent
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class RemoteComponent : IComponent, 
    IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Office.RemoteComponent
    Microsoft.Office.Tools.ActionsPane
    Microsoft.Office.Tools.Word.XMLNodes
    Microsoft.VisualStudio.Tools.Office.EntryPointComponentBase
    Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent

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.

See Also

Reference

RemoteComponent Members

Microsoft.VisualStudio.Tools.Office Namespace