Provides access to members to enumerate configuration parameters.
When To Use
Use this interface to iterate through the collection of parameters referenced by a configuration keyword.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next configuration parameter in the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumConfigurationParameter.Next Method
Retrieves the next configuration parameter in the enumeration sequence.
Public Function Next ( _
) As IConfigurationParameter
public IConfigurationParameter Next (
);
IEnumConfigurationParameter.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumConfigurationParameter
Classes | Description |
---|