次の方法で共有


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

適用対象