Freigeben über


FeatureManager.GetCustomAttributes-Methode

Listet Attribute für den angegebenen Typ auf.

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

Syntax

'Declaration
Public Function GetCustomAttributes ( _
    type As Type, _
    attributeType As Type _
) As IEnumerable(Of Object)
public IEnumerable<Object> GetCustomAttributes(
    Type type,
    Type attributeType
)
public:
IEnumerable<Object^>^ GetCustomAttributes(
    Type^ type, 
    Type^ attributeType
)
member GetCustomAttributes : 
        type:Type * 
        attributeType:Type -> IEnumerable<Object> 
public function GetCustomAttributes(
    type : Type, 
    attributeType : Type
) : IEnumerable<Object>

Parameter

  • type
    Typ: System.Type
    Der Typ, dessen Attribute aufgelistet werden sollen.
  • attributeType
    Typ: System.Type
    Der Typ des zurückzugebenden Attributs.

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureManager Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureProvider

FeatureConnector<TFeatureProviderType>

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit