RemoteSystemSessionOptions 클래스

정의

RemoteSystemSessionController instance 원격 세션을 만들 때 지정할 수 있는 추가 옵션이 포함되어 있습니다.

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 클래스의 instance 초기화합니다.

속성

IsInviteOnly

RemoteSystemSessionOptions instance 설명한 세션을 초대로만 검색할 수 있는지 여부를 나타냅니다.

적용 대상