Provides access to members that enumerate Property.
Members
Name | Description | |
---|---|---|
Clone | Creates a clone of the current enumeration. | |
Next | Retrieves the next Property in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. | |
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 |
---|