Método ModelItem.GetAttributes (Type)
Obtém os atributos do tipo solicitado são declarados neste item.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
O tipo solicitado.
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<Object>
Uma coleção de atributos do tipo solicitado declarado neste item.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.Model