XamlDirective.LookupCustomAttributeProvider Metoda

Definicja

Zwraca implementację ICustomAttributeProvider . Ta implementacja zawsze zwraca wartość 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

Zwraca

Zawsze zwraca wartość null.

Uwagi

Ponieważ dyrektywa XAML nie może mieć atrybutów niestandardowych, ta implementacja zawsze zwraca wartość null. XamlDirective uszczelnia ten wirtualny element członkowski; dlatego wszystkie XamlDirective typy i wszystkie wstępnie zdefiniowane dyrektywy XAML muszą używać tego zachowania.

Dotyczy