共用方式為


AcceptEmptyServiceProviderAttribute 類別

定義

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

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
繼承
AcceptEmptyServiceProviderAttribute
屬性

備註

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

建構函式

AcceptEmptyServiceProviderAttribute()

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

適用於