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 パーサーとコンパイラに、属性付きクラスのメソッドとコンストラクターで指定されたサービス プロバイダーを無視できることを示します。 |