IEnumRunningDocuments::Skip Method (UInt32)
Visual Studio 2015
Skip over the specified number of document cookies in the enumeration sequence.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- celt
-
Type:
System::UInt32
[in] The number of cookies to skip over.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. Returns S_FALSE if the specified number of cookies is greater than the remaining number of cookies; otherwise, returns an error code.
Show: