다음을 통해 공유


IRemoteWpfUserControl 인터페이스

정의

WPF를 기반으로 하는 원격 UI 사용자 컨트롤입니다.

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

메서드

ControlLoadedAsync(CancellationToken)

이 메서드는 컨트롤이 처음 로드될 때 호출됩니다.

GetObjectAsync(ObjectId, CancellationToken)

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

(다음에서 상속됨 IRemoteProxiedUserControl)
InitializeAsync(IRemoteProxiedUserControlClient, CancellationToken)

이 메서드는 컨트롤의 데이터 템플릿 및 해당 데이터 컨텍스트를 설명하는 xaml을 검색합니다.

InvokeAsync(ObjectId, MessagePackFragment, CancellationToken)

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

(다음에서 상속됨 IRemoteProxiedUserControl)
SetCollectionEntryAsync(ObjectId, Int32, MessagePackFragment, Nullable<ObjectVersion>, CancellationToken)

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

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

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

(다음에서 상속됨 IRemoteProxiedUserControl)

적용 대상