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