ModelItem.GetAttributes (Método) (Type)
Obtiene los atributos del tipo solicitado que se declaran en este elemento.
Espacio de nombres: Microsoft.Windows.Design.Model
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
Public MustOverride Function GetAttributes ( _
attributeType As Type _
) As IEnumerable(Of Object)
public abstract IEnumerable<Object> GetAttributes(
Type attributeType
)
public:
virtual IEnumerable<Object^>^ GetAttributes(
Type^ attributeType
) abstract
abstract GetAttributes :
attributeType:Type -> IEnumerable<Object>
public abstract function GetAttributes(
attributeType : Type
) : IEnumerable<Object>
Parámetros
- attributeType
Tipo: System.Type
Tipo solicitado.
Valor devuelto
Tipo: System.Collections.Generic.IEnumerable<Object>
Colección de atributos del tipo solicitado que se declaran en este elemento.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Windows.Design.Model (Espacio de nombres)