ViewComponentDescriptorCollection Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de 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
Resultado de la detección de componentes de vista
- version
- Int32
La versión única de los componentes de vista detectados.