Sdílet prostřednictvím


AcceptEmptyServiceProviderAttribute Třída

Definice

Říká analyzátoru XAML a kompilátoru, že mohou ignorovat poskytnuté poskytovatele služeb v metodách a konstruktorech v atributované třídě.

[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AcceptEmptyServiceProviderAttribute : Attribute
type AcceptEmptyServiceProviderAttribute = class
    inherit Attribute
Dědičnost
System.Attribute
AcceptEmptyServiceProviderAttribute
Atributy
System.AttributeUsageAttribute

Poznámky

Vývojáři by si měli uvědomit, že tento atribut nezaručuje, že analyzátor nebude předán null místo poskytnutého poskytovatele služeb. Umožňuje to jen jim to.

Konstruktory

AcceptEmptyServiceProviderAttribute()

Vytvoří nový AcceptEmptyServiceProviderAttribute s výchozími hodnotami.

Platí pro