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

適用対象