Metodo ModelItem.GetAttributes (TypeIdentifier)
Ottiene gli attributi del tipo richiesto dichiarati in questo elemento.
Spazio dei nomi: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
Public Overridable Function GetAttributes ( _
attributeTypeIdentifier As TypeIdentifier _
) As IEnumerable(Of Object)
public virtual IEnumerable<Object> GetAttributes(
TypeIdentifier attributeTypeIdentifier
)
public:
virtual IEnumerable<Object^>^ GetAttributes(
TypeIdentifier attributeTypeIdentifier
)
abstract GetAttributes :
attributeTypeIdentifier:TypeIdentifier -> IEnumerable<Object>
override GetAttributes :
attributeTypeIdentifier:TypeIdentifier -> IEnumerable<Object>
public function GetAttributes(
attributeTypeIdentifier : TypeIdentifier
) : IEnumerable<Object>
Parametri
- attributeTypeIdentifier
Tipo: Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificatore per il tipo richiesto.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<Object>
Insieme di attributi del tipo richiesto dichiarati in questo elemento.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Model