AcceptEmptyServiceProviderAttribute 類別

定義

告知 XAML 剖析器和編譯器,它們可能會忽略方法中所提供服務提供者和屬性類別中的建構函式。

[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class AcceptEmptyServiceProviderAttribute : Attribute
type AcceptEmptyServiceProviderAttribute = class
    inherit Attribute
繼承
AcceptEmptyServiceProviderAttribute
屬性

備註

開發人員應該注意,此屬性不保證剖析器不會傳遞 null ,而不是提供的服務提供者。 它只允許他們這麼做。

建構函式

AcceptEmptyServiceProviderAttribute()

使用預設值建立新的 AcceptEmptyServiceProviderAttribute

適用於