XamlDirective.LookupCustomAttributeProvider Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un'implementazione ICustomAttributeProvider. Questa implementazione restituisce sempre 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
Restituisce
Restituisce sempre null
.
Commenti
Poiché una direttiva XAML non può avere attributi personalizzati, questa implementazione restituisce null
sempre . XamlDirective sigilla questo membro virtuale; pertanto, tutti i XamlDirective tipi e tutte le direttive XAML predefinite devono usare questo comportamento.