Compartir a través de


MetadataProviderCallback (Delegado)

Especifica un mecanismo personalizado para proporcionar los atributos de metadatos a la clase FeatureManager.

Espacio de nombres:  Microsoft.Windows.Design.Features
Ensamblado:  Microsoft.Windows.Design.Extensibility (en Microsoft.Windows.Design.Extensibility.dll)

Sintaxis

'Declaración
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 no admite delegados.

Parámetros

  • type
    Tipo: System.Type
    Tipo cuyos atributos se van a obtener.
  • attributeType
    Tipo: System.Type
    Tipo de atributo que se va a enumerar.No puede ser nullreferencia null (Nothing en Visual Basic).

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<Object>
Enumeración de atributos.

Vea también

Referencia

Microsoft.Windows.Design.Features (Espacio de nombres)