Compartir vía


XamlDirective.LookupCustomAttributeProvider Método

Definición

Devuelve una implementación de ICustomAttributeProvider. En esta implementación, siempre se devuelve 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

Devoluciones

ICustomAttributeProvider

Siempre devuelve null.

Comentarios

Dado que una directiva XAML no puede tener atributos personalizados, esta implementación siempre devuelve null. XamlDirective sella este miembro virtual; por lo tanto, todos los XamlDirective tipos y todas las directivas XAML predefinidas deben usar este comportamiento.

Se aplica a