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

IEnumerable<ITypedElement> TypedElements { get; }
property IEnumerable<ITypedElement^>^ TypedElements {
    IEnumerable<ITypedElement^>^ get();
}
abstract TypedElements : IEnumerable<ITypedElement> with get
ReadOnly Property TypedElements As IEnumerable(Of ITypedElement)

Property Value

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

See Also

IType Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top