Provides access to members that enumerate subtypes.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next Subtype in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumSubtype.Next Method
Retrieves the next Subtype in the enumeration sequence.
Public Function Next ( _
ByRef SubtypeCode As Integer _
) As String
public string Next (
ref int SubtypeCode
);
IEnumSubtype.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumSubtype
Classes | Description |
---|