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.
- attributeType
Typ: System.Type
Typ atributu vrátit.
Vrácená hodnota
Typ: System.Collections.Generic.IEnumerable<Object>
Výčet vlastní atributy.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Windows.Design.Features – obor názvů
FeatureConnector<TFeatureProviderType>