IExtensibilityModelProvider<TModel> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extensibility models.
public interface IExtensibilityModelProvider<TModel> where TModel : IExtensibilityModel
type IExtensibilityModelProvider<'Model (requires 'Model :> IExtensibilityModel)> = interface
Public Interface IExtensibilityModelProvider(Of TModel)
Type Parameters
- TModel
Models created from IExtensionSectionMetadata.
- Derived
Properties
Models |
Gets the models owned by the provider. |