다음을 통해 공유


ILocalControlWrapper 인터페이스

정의

VisualStudio.Extensibility RPC 호출에서 동일한 프로세스 내에서 컨트롤을 교환할 수 있는 UI 사용자 컨트롤에 대한 래퍼입니다.

[StreamJsonRpc.RpcMarshalable]
public interface ILocalControlWrapper : IDisposable, Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteUserControl
[<StreamJsonRpc.RpcMarshalable>]
type ILocalControlWrapper = interface
    interface IRemoteUserControl
    interface IDisposable
Public Interface ILocalControlWrapper
Implements IDisposable, IRemoteUserControl
파생
특성
StreamJsonRpc.RpcMarshalableAttribute
구현

설명

이 인터페이스는 VisualStudio.Extensibility in-proc 확장에서만 사용할 수 있습니다. 확장이 Visual Studio와 .NET 개체를 공유하는 기능을 사용하므로 를 통해 GCHandle서만 사용할 수 있습니다.

메서드

GetGCHandleAsync(CancellationToken)

사용자 컨트롤 .NET 개체를 GCHandle 참조하는 개체의 내부 정수 표현을 반환합니다.

적용 대상