AcceptEmptyServiceProviderAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
告知 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 剖析器和編譯器,它們可能會忽略方法中所提供服務提供者和屬性類別中的建構函式。 |