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 インスタンスによって記述されたセッションを招待のみで検出できるかどうかを示します。

適用対象