ApplicationPartManager.ApplicationParts Eigenschaft

Definition

Ruft die Liste der Instanzen ab ApplicationPart .

Instanzen in dieser Auflistung werden in Rangfolge gespeichert. Eine ApplicationPart , die weiter oben in der Liste angezeigt wird, hat eine höhere Priorität. Ein IApplicationFeatureProvider kann diese Schnittstelle als Möglichkeit zum Lösen von Konflikten verwenden, wenn mehrere ApplicationPart Instanzen gleichwertige Featurewerte auflösen.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ ApplicationParts { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> ApplicationParts { get; }
member this.ApplicationParts : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart>
Public ReadOnly Property ApplicationParts As IList(Of ApplicationPart)

Eigenschaftswert

Gilt für: