다음을 통해 공유


RemoteDesktopInfo 클래스

정의

원격 데스크톱을 나타냅니다.

중요

RemoteDesktopInfo API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 확인하거나 잠금 해제 토큰을 요청하려면 LAF 액세스 토큰 요청 양식을 사용하세요.

public ref class RemoteDesktopInfo sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.System.RemoteDesktop.Provider.IRemoteDesktopInfoFactory, 983040, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteDesktopInfo final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.System.RemoteDesktop.Provider.IRemoteDesktopInfoFactory), 983040, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteDesktopInfo
function RemoteDesktopInfo(id, displayName)
Public NotInheritable Class RemoteDesktopInfo
상속
Object Platform::Object IInspectable RemoteDesktopInfo
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v15.0에서 도입되었습니다.)

생성자

RemoteDesktopInfo(String, String)

제공된 ID 및 표시 이름을 사용하여 RemoteDesktopInfo의 새 instance 초기화합니다.

속성

DisplayName

원격 데스크톱의 표시 이름을 가져옵니다.

Id

원격 데스크톱의 ID를 가져옵니다.

적용 대상