GetPropertyExtensionProviders Method
Gets a list of all of the custom providers that were registered with the property management pipeline. The providers will be returned in the order they were added
Syntax
System.Collections.Generic.IEnumerable<IPropertyExtensionProvider> GetPropertyExtensionProviders()Function GetPropertyExtensionProviders() As System.Collections.Generic.IEnumerable(Of IPropertyExtensionProvider)Return Value
The list of all registered providers, in the order they were added.