Udostępnij za pośrednictwem


IExtensibilityModelProvider<TModel>.Models Property

Definition

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>

Applies to