다음을 통해 공유


IRemoteProxiedUserControl2 인터페이스

정의

원격 UI 데이터 컨텍스트 프록시 기능을 활용하는 VisualStudio.Extensibility 사용자 컨트롤입니다. 이 인터페이스는 와 같은 IRemoteWpfUserControl기술 관련 인터페이스를 만들어 확장됩니다.

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

메서드

GetObjectAsync(ObjectId, CancellationToken)

이 메서드를 사용하면 컨트롤의 DataContext에 포함된 고유하게 식별 가능한 개체의 값을 쿼리할 수 있습니다. 개체의 값은 를 사용하여 ObjectValueNotificationAsync(MessagePackFragment, CancellationToken)클라이언트로 전송됩니다.

(다음에서 상속됨 IRemoteProxiedUserControl)
InvokeAsync(ObjectId, MessagePackFragment, CancellationToken)

이 메서드를 사용하면 컨트롤의 DataContext에 포함된 비동기 명령에서 ExecuteAsync를 호출할 수 있습니다.

(다음에서 상속됨 IRemoteProxiedUserControl)
InvokeAsync(ObjectId, MessagePackFragment, IReadOnlyDictionary<String,String>, CancellationToken)

컨트롤의 DataContext에 포함된 비동기 명령에서 ExecuteAsync를 호출합니다.

SetCollectionEntryAsync(ObjectId, Int32, MessagePackFragment, Nullable<ObjectVersion>, CancellationToken)

이 메서드는 컨트롤의 IList DataContext에 포함된 의 속성을 업데이트합니다.

(다음에서 상속됨 IRemoteProxiedUserControl)
SetObjectPropertyAsync(ObjectId, String, MessagePackFragment, CancellationToken)

이 메서드는 컨트롤의 DataContext에 포함된 개체의 속성을 업데이트합니다.

(다음에서 상속됨 IRemoteProxiedUserControl)

적용 대상