Proprietà IType.TypedElements
Ottiene gli elementi tipizzati che sono limitati a valori di questo tipo.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property TypedElements As IEnumerable(Of ITypedElement)
IEnumerable<ITypedElement> TypedElements { get; }
property IEnumerable<ITypedElement^>^ TypedElements {
IEnumerable<ITypedElement^>^ get ();
}
abstract TypedElements : IEnumerable<ITypedElement>
function get TypedElements () : IEnumerable<ITypedElement>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<ITypedElement>
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.