次の方法で共有


XamlDirective.LookupCustomAttributeProvider メソッド

定義

ICustomAttributeProvider 実装を返します。 この実装は常に null を返します。

protected:
 override System::Reflection::ICustomAttributeProvider ^ LookupCustomAttributeProvider();
protected override sealed System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider ();
override this.LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
Protected Overrides NotOverridable Function LookupCustomAttributeProvider () As ICustomAttributeProvider

戻り値

常に null を返します。

注釈

XAML ディレクティブはカスタム属性を持つことができないため、この実装では常に が返されます nullXamlDirective この仮想メンバーをシールします。したがって、すべての XamlDirective 型と定義済み XAML ディレクティブはすべて、この動作を使用する必要があります。

適用対象