XamlDirective.LookupCustomAttributeProvider Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um implementação de ICustomAttributeProvider. Essa implementação sempre retorna 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
Retornos
Sempre retorna null
.
Comentários
Como uma diretiva XAML não pode ter atributos personalizados, essa implementação sempre retorna null
. XamlDirective sela esse membro virtual; Portanto, todos os XamlDirective tipos e todas as diretivas XAML predefinidas devem usar esse comportamento.