XamlDirective.LookupCustomAttributeProvider Metodo

Definizione

Restituisce un'implementazione ICustomAttributeProvider . Questa implementazione restituisce nullsempre .

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

Valori restituiti

Restituisce sempre null.

Commenti

Poiché una direttiva XAML non può avere attributi personalizzati, questa implementazione restituisce nullsempre . XamlDirective sigilla questo membro virtuale; pertanto, tutti i XamlDirective tipi e tutte le direttive XAML predefinite devono usare questo comportamento.

Si applica a