Compartir a través de


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

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

Vea también

Referencia

ModelItem Clase

GetAttributes (Sobrecarga)

Microsoft.Windows.Design.Model (Espacio de nombres)

Otros recursos

Arquitectura de extensibilidad de WPF Designer

Arquitectura de modelo de edición