IVsEnumLibraries2 Interface

 

Enumerates symbol libraries.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("FE2BB01D-6EBA-4796-ADF9-59EC7D100AC2")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumLibraries2

NameDescription
System_CAPS_pubmethodClone(IVsEnumLibraries2)

Creates another enumerator that contains the same enumeration state as the current one.

System_CAPS_pubmethodNext(UInt32, IVsLibrary2[], UInt32)

Retrieves a specified number of libraries in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(UInt32)

Skips over a specified number of libraries in the enumeration sequence.

Return to top
Show: