RemoteDesktopRegistrar.DesktopInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.