MetadataProviderCallback, délégué
Spécifie un mécanisme personnalisé permettant de fournir des attributs de métadonnées à la classe FeatureManager.
Espace de noms : Microsoft.Windows.Design.Features
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public Delegate Function MetadataProviderCallback ( _
type As Type, _
attributeType As Type _
) As IEnumerable(Of Object)
public delegate IEnumerable<Object> MetadataProviderCallback(
Type type,
Type attributeType
)
public delegate IEnumerable<Object^>^ MetadataProviderCallback(
Type^ type,
Type^ attributeType
)
type MetadataProviderCallback =
delegate of
type:Type *
attributeType:Type -> IEnumerable<Object>
JScript ne prend pas en charge les délégués.
Paramètres
- type
Type : System.Type
Type pour lequel obtenir des attributs.
- attributeType
Type : System.Type
Type d'attribut à énumérer.Ne peut pas être nullune référence null (Nothing en Visual Basic).
Valeur de retour
Type : System.Collections.Generic.IEnumerable<Object>
Énumération d'attributs.