IType.TypedElements Property

Gets the Typed elements that are constrained to contain values of this type.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property TypedElements As IEnumerable(Of ITypedElement)
    Get
IEnumerable<ITypedElement> TypedElements { get; }
property IEnumerable<ITypedElement^>^ TypedElements {
    IEnumerable<ITypedElement^>^ get ();
}
abstract TypedElements : IEnumerable<ITypedElement>
function get TypedElements () : IEnumerable<ITypedElement>

Property Value

Type: System.Collections.Generic.IEnumerable<ITypedElement>

.NET Framework Security

See Also

Reference

IType Interface

Microsoft.VisualStudio.Uml.Classes Namespace