GetAllFolders Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Returns a list of name and guid pairs for all known folders.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.KnownFolders
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static SortedList<string, Guid> GetAllFolders()
Visual Basic (Declaration)
Public Shared Function GetAllFolders As SortedList(Of String, Guid)
Visual C++
public:
static SortedList<String^, Guid>^ GetAllFolders()

Return Value

A SortedList<(Of <(TKey, TValue>)>).

Remarks

The list returned by this method is sorted by folder name.

See Also