IRemoteUserControl Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A control provided by a Visual Studio extension to be shown in Visual Studio.
[StreamJsonRpc.RpcMarshalable]
[StreamJsonRpc.RpcMarshalableOptionalInterface(1, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteProxiedUserControl))]
[StreamJsonRpc.RpcMarshalableOptionalInterface(2, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteWpfUserControl))]
[StreamJsonRpc.RpcMarshalableOptionalInterface(3, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ILocalControlWrapper))]
[StreamJsonRpc.RpcMarshalableOptionalInterface(4, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteProxiedUserControl2))]
public interface IRemoteUserControl : IDisposable
[<StreamJsonRpc.RpcMarshalable>]
[<StreamJsonRpc.RpcMarshalableOptionalInterface(1, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteProxiedUserControl))>]
[<StreamJsonRpc.RpcMarshalableOptionalInterface(2, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteWpfUserControl))>]
[<StreamJsonRpc.RpcMarshalableOptionalInterface(3, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.ILocalControlWrapper))>]
[<StreamJsonRpc.RpcMarshalableOptionalInterface(4, typeof(Microsoft.VisualStudio.RpcContracts.RemoteUI.IRemoteProxiedUserControl2))>]
type IRemoteUserControl = interface
interface IDisposable
Public Interface IRemoteUserControl
Implements IDisposable
- Derived
- Attributes
-
StreamJsonRpc.RpcMarshalableAttribute StreamJsonRpc.RpcMarshalableOptionalInterfaceAttribute
- Implements