UtilExplorerFolders Property
Gets a ReadOnlyCollectionT containing the opened windows explorer folder 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<Folder2> Folders { get; }
Public Shared ReadOnly Property Folders As IReadOnlyCollection(Of Folder2)
Get
Dim value As IReadOnlyCollection(Of Folder2)
value = UtilExplorer.Folders
public:
static property IReadOnlyCollection<Folder2^>^ Folders {
IReadOnlyCollection<Folder2^>^ get ();
}
static member Folders : IReadOnlyCollection<Folder2> with get
No code example is currently available or this language may not be supported.
Property Value
IReadOnlyCollectionFolder2
A
ReadOnlyCollectionT containing the opened windows explorer folder instances.
This is a code example.
No code example is currently available or this language may not be supported.
For Each folder As Folder2 In Folders()
Console.WriteLine(folder.Self.Path)
Next folder
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.