ViewInfoContainer(IReadOnlyList<ViewInfo>) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von ViewInfos.
public:
ViewInfoContainer(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApplicationParts::ViewInfo ^> ^ views);
public ViewInfoContainer (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo> views);
new Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfoContainer : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo> -> Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfoContainer
Public Sub New (views As IReadOnlyList(Of ViewInfo))
Parameter
- views
- IReadOnlyList<ViewInfo>
Die Sequenz von ViewInfo.