IType::TypedElements Property
Visual Studio 2015
Gets the Typed elements that are constrained to contain values of this type.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<ITypedElement^>^ TypedElements {
IEnumerable<ITypedElement^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<ITypedElement^>^
Show: