EnumerablePropertiesCollection.Skip Method

Microsoft internal use only.

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

Syntax

‘선언
Public Overrides Function Skip ( _
    enumerator As IVsUIEnumDataSourceProperties, _
    count As UInteger _
) As Integer
public override int Skip(
    IVsUIEnumDataSourceProperties enumerator,
    uint count
)

Parameters

Return Value

Type: System.Int32

Implements

IComEnumeratorRelay<TComEnumerator, TEnumerated>.Skip(TComEnumerator, UInt32)

.NET Framework Security

See Also

Reference

EnumerablePropertiesCollection Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace