RemoteSystemSessionOptions 类

定义

包含 RemoteSystemSessionController 实例在尝试创建远程会话时可以指定的其他选项。

public ref class RemoteSystemSessionOptions sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemSessionOptions final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemSessionOptions
function RemoteSystemSessionOptions()
Public NotInheritable Class RemoteSystemSessionOptions
继承
Object Platform::Object IInspectable RemoteSystemSessionOptions
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
remoteSystem

构造函数

RemoteSystemSessionOptions()

初始化 RemoteSystemSessionOptions 类的 实例。

属性

IsInviteOnly

指示此 RemoteSystemSessionOptions 实例所述的会话是否应仅通过邀请发现。

适用于