RemoteComponent Класс (2007 System)
Обновлен: Ноябрь 2007
Этот 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 (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.