RemoteComponent 类 (2007 system)
更新:2007 年 11 月
此 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 RemoteComponent _
Implements IComponent, IDisposable
用法
Dim instance As RemoteComponent
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class RemoteComponent : IComponent,
IDisposable
继承层次结构
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
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。