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 分析器和编译器可以忽略方法中提供的服务提供程序以及属性化类中的构造函数。 |