UtilExplorerWindows Property
Gets a ReadOnlyCollectionT containing the opened windows explorer instances.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static IReadOnlyCollection<ShellBrowserWindow> Windows { get; }
Public Shared ReadOnly Property Windows As IReadOnlyCollection(Of ShellBrowserWindow)
Get
Dim value As IReadOnlyCollection(Of ShellBrowserWindow)
value = UtilExplorer.Windows
public:
static property IReadOnlyCollection<ShellBrowserWindow^>^ Windows {
IReadOnlyCollection<ShellBrowserWindow^>^ get ();
}
static member Windows : IReadOnlyCollection<ShellBrowserWindow> with get
No code example is currently available or this language may not be supported.
Property Value
IReadOnlyCollectionShellBrowserWindow
A
ReadOnlyCollectionT containing the opened windows explorer instances.
This is a code example.
No code example is currently available or this language may not be supported.
For Each window As ShellBrowserWindow In Windows()
Console.WriteLine(window.LocationURL)
Next window
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.