Share via


RemoteDesktopRegistrar.DesktopInfos Property

Definition

Gets the list of RemoteDesktopInfo objects representing the currently enabled remote desktop connections.

public:
 static property IVector<RemoteDesktopInfo ^> ^ DesktopInfos { IVector<RemoteDesktopInfo ^> ^ get(); };
static IVector<RemoteDesktopInfo> DesktopInfos();
public static IList<RemoteDesktopInfo> DesktopInfos { get; }
var iVector = RemoteDesktopRegistrar.desktopInfos;
Public Shared ReadOnly Property DesktopInfos As IList(Of RemoteDesktopInfo)

Property Value

A list of RemoteDesktopInfo objects.

Remarks

When the URI ms-remotedesktop:setup is invoked, remote desktop client apps should call Append on the DesktopInfos collection to register Windows 365 Cloud PCs to the Windows shell.

Applies to