Freigeben über


MetadataProviderCallback-Delegat

Gibt einen benutzerdefinierten Mechanismus zum Bereitstellen von Metadatenattributen für die FeatureManager-Klasse an.

Namespace:  Microsoft.Windows.Design.Features
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
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 unterstützt keine Delegaten.

Parameter

  • type
    Typ: System.Type
    Der Typ, für den Attribute abgerufen werden sollen.
  • attributeType
    Typ: System.Type
    Der Attributtyp, der aufgelistet werden soll.Dieser Wert darf nicht nullNULL-Verweis (Nothing in Visual Basic) sein.

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<Object>
Eine Enumeration von Attributen.

Siehe auch

Referenz

Microsoft.Windows.Design.Features-Namespace