Aracılığıyla paylaş


XamlType.LookupCustomAttributeProvider Yöntem

Tanım

Türetilmiş bir sınıfta uygulandığında bir ICustomAttributeProvider uygulama döndürür.

protected:
 virtual System::Reflection::ICustomAttributeProvider ^ LookupCustomAttributeProvider();
protected virtual System.Reflection.ICustomAttributeProvider LookupCustomAttributeProvider ();
abstract member LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
override this.LookupCustomAttributeProvider : unit -> System.Reflection.ICustomAttributeProvider
Protected Overridable Function LookupCustomAttributeProvider () As ICustomAttributeProvider

Döndürülenler

ICustomAttributeProvider

Bir ICustomAttributeProvider uygulama.

Açıklamalar

CLR öznitelik değerlerini almak için alternatif bir yöntemle iç yansıma sağlamak için bu yöntemi geçersiz kılın. Geçersiz kılma olmadığında iç yansıtıcı tipik CLR yansıma mantığını kullanır.

Varsayılan uygulama döndürür null.

Şunlara uygulanır