다음을 통해 공유


WindowSearchOptionEnumerator.Next Method

Retrieves a specified number of search options from the enumerated set.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Function Next ( _
    celt As UInteger, _
    rgelt As IVsWindowSearchOption(), _
    <OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
public int Next(
    uint celt,
    IVsWindowSearchOption[] rgelt,
    out uint pceltFetched
)

Parameters

  • celt
    Type: System.UInt32
    The number of search options requested.
  • pceltFetched
    Type: System.UInt32%
    Pointer to the number of search options actually returned in rgelt. If celt is 1, can be null.

Return Value

Type: System.Int32
Returns S_OK if the method is successful; otherwise, returns S_FALSE.

Implements

IVsEnumWindowSearchOptions.Next(UInt32, array<IVsWindowSearchOption[], UInt32%)

.NET Framework Security

See Also

Reference

WindowSearchOptionEnumerator Class

Microsoft.VisualStudio.PlatformUI Namespace