Class WindowProxyRemoteValue
public record WindowProxyRemoteValue : RemoteValue, IEquatable<RemoteValue>, IEquatable<WindowProxyRemoteValue>
- Inheritance
-
WindowProxyRemoteValue
- Implements
- Inherited Members
Constructors
WindowProxyRemoteValue(WindowProxyProperties)
public WindowProxyRemoteValue(WindowProxyProperties Value)
Parameters
Value
WindowProxyProperties
Properties
Handle
public Handle? Handle { get; set; }
Property Value
InternalId
public InternalId? InternalId { get; set; }
Property Value
Value
public WindowProxyProperties Value { get; init; }