IEnumProperty Interface

Provides access to members that enumerate Property.

Members

Name Description
Method Clone Creates a clone of the current enumeration.
Method Next Retrieves the next Property in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.
Method Skip Skips the next Property in the enumeration.

IEnumProperty.Clone Method

Creates a clone of the current enumeration.

Public Sub Clone ( _
    ByRef Property As IEnumProperty _
)
public void Clone (
    ref IEnumProperty Property
);

IEnumProperty.Next Method

Retrieves the next Property in the enumeration sequence.

Public Sub Next ( _
    ByVal numRequested As Integer, _
    ByRef props As IProperty, _
    ByRef numFetched As Integer _
)
public void Next (
    int numRequested,
    ref IProperty props,
    ref int numFetched
);

IEnumProperty.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

IEnumProperty.Skip Method

Skips the next Property in the enumeration.

Public Sub Skip ( _
    ByVal numToSkip As Integer _
)
public void Skip (
    int numToSkip
);

Classes that implement IEnumProperty

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.