Partager via


ViewComponentDescriptorCollection Constructeur

Définition

Initialise une nouvelle instance de l'objet 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)

Paramètres

items
IEnumerable<ViewComponentDescriptor>

Résultat de la découverte de composants d’affichage

version
Int32

Version unique des composants d’affichage découverts.

S’applique à