Share via


MetadataDiscoverDerivedConfigurationTypesService.FindAvailableConfigurationElementTypes Method

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Finds all the configuration classes that are used to configure a specific Enterprise Library provider base-type, such as Validator.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public IEnumerable<Type> FindAvailableConfigurationElementTypes(
    Type baseType
)
'Declaration
Public Function FindAvailableConfigurationElementTypes ( _
    baseType As Type _
) As IEnumerable(Of Type)
public:
IEnumerable<Type^>^ FindAvailableConfigurationElementTypes(
    Type^ baseType
)

Parameters

  • baseType
    Type: System.Type
    The Enterprise Library provider base-type, such as Validator.

Return Value

A list of ConfigurationElement types that can be used to configure providers derived of baseType.

See Also

MetadataDiscoverDerivedConfigurationTypesService Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel Namespace