Metodo FeatureManager.GetCustomAttributes
Enumera gli attributi nel tipo specificato.
Spazio dei nomi: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Sintassi
'Dichiarazione
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>
Parametri
- type
Tipo: System.Type
Tipo di cui devono essere enumerati gli attributi.
- attributeType
Tipo: System.Type
Tipo di attributo da restituire.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<Object>
Enumerazione di attributi personalizzati.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Features
FeatureConnector<TFeatureProviderType>