IEnumConfigurationParameter Interface

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
Method Next Retrieves the next configuration parameter in the enumeration sequence.
Method 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

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