Partilhar via


ViewComponentDescriptorCollection Construtor

Definição

Inicializa uma nova instância do ViewComponentDescriptorCollection.

public:
 ViewComponentDescriptorCollection(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^> ^ items, int version);
public ViewComponentDescriptorCollection (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor> items, int version);
new Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection : seq<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor> * int -> Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptorCollection
Public Sub New (items As IEnumerable(Of ViewComponentDescriptor), version As Integer)

Parâmetros

items
IEnumerable<ViewComponentDescriptor>

O resultado da descoberta do componente de exibição

version
Int32

A versão exclusiva dos componentes de exibição descobertos.

Aplica-se a