NamedElementExtensions::GetDependencySuppliers Method (INamedElement^)
Visual Studio 2015
Return a collection of elements on which this is dependent.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IEnumerable<INamedElement^>^ GetDependencySuppliers( INamedElement^ element )
Parameters
- element
- Type: Microsoft.VisualStudio.Uml.Classes::INamedElement^
Return Value
Type: System.Collections.Generic::IEnumerable<INamedElement^>^
Show: