Udostępnij za pośrednictwem


AcceptEmptyServiceProviderAttribute Klasa

Definicja

Informuje analizator i kompilator XAML, że mogą ignorować dostarczonych dostawców usług w metodach i konstruktorach w klasie przypisanej.

public ref class AcceptEmptyServiceProviderAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AcceptEmptyServiceProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type AcceptEmptyServiceProviderAttribute = class
    inherit Attribute
Public NotInheritable Class AcceptEmptyServiceProviderAttribute
Inherits Attribute
Dziedziczenie
AcceptEmptyServiceProviderAttribute
Atrybuty

Uwagi

Deweloperzy powinni pamiętać, że ten atrybut nie gwarantuje, że analizator nie null przejdzie zamiast dostarczonego dostawcy usług. Pozwala to tylko na to, że mogą to zrobić.

Konstruktory

AcceptEmptyServiceProviderAttribute()

Informuje analizator i kompilator XAML, że mogą ignorować dostarczonych dostawców usług w metodach i konstruktorach w klasie przypisanej.

Dotyczy