RemoteComponent 클래스(2007 시스템)
업데이트: 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) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.