Sdílet prostřednictvím


FeatureManager.GetCustomAttributes – metoda

Výčet atributy zadaného typu.

Obor názvů:  Microsoft.Windows.Design.Features
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
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>

Parametry

  • type
    Typ: System.Type
    Typ jsou atributy, jejichž výčet má být proveden.

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerable<Object>
Výčet vlastní atributy.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FeatureManager Třída

Microsoft.Windows.Design.Features – obor názvů

FeatureProvider

FeatureConnector<TFeatureProviderType>

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility