IEnumRunningDocuments Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IEnumRunningDocuments^)

Creates a copy of this IEnumRunningDocuments object.

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

Returns a specified number of document cookies from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning

System_CAPS_pubmethodSkip(UInt32)

Skip over the specified number of document cookies in the enumeration sequence.

Return to top
Show: