IExtensibilityModelProvider<TModel>.Models Property
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.
Gets the models owned by the provider.
public System.Collections.Generic.IReadOnlyList<TModel> Models { get; }
member this.Models : System.Collections.Generic.IReadOnlyList<'Model (requires 'Model :> Microsoft.Internal.VisualStudio.Extensibility.Framework.IExtensibilityModel)>
Public ReadOnly Property Models As IReadOnlyList(Of TModel)
Property Value
IReadOnlyList<TModel>