IVsEnumExternalErrors Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IVsEnumExternalErrors^)

Returns a copy of the current enumeration as a separate object.

System_CAPS_pubmethodNext(UInt32, array<ExternalError>^, UInt32)

Returns the next set of elements from the enumeration.

System_CAPS_pubmethodReset()

Resets the enumeration to the first element.

System_CAPS_pubmethodSkip(UInt32)

Skips over the specified number of elements.

Return to top
Show: