AcceptEmptyServiceProviderAttribute Class

Definition

Tells the XAML parser and compiler that they may ignore supplied service providers in methods and constructors in the attributed class.

[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AcceptEmptyServiceProviderAttribute : Attribute
type AcceptEmptyServiceProviderAttribute = class
    inherit Attribute
Inheritance
AcceptEmptyServiceProviderAttribute
Attributes

Remarks

Developers should note that this attribute does not guarantee that the parser will not pass null instead of a supplied service provider. It only allows that they may do so.

Constructors

AcceptEmptyServiceProviderAttribute()

Creates a new AcceptEmptyServiceProviderAttribute with default values.

Applies to