ILocalControlWrapper 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 참조하는 개체의 내부 정수 표현을 반환합니다. |