INamedElement::ClientDependencies Property
Visual Studio 2015
Gets the Dependency relationships for which this element is the Client.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IDependency^>^ ClientDependencies {
IEnumerable<IDependency^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IDependency^>^
Show: