BehavioredClassifierExtensions::GetRealizingClassifiers Method (IInterface^)
Visual Studio 2015
Returns a collection of the IBehavioredClassifier implemented by the given realizedInterface.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IEnumerable<IBehavioredClassifier^>^ GetRealizingClassifiers( IInterface^ realizedInterface )
Parameters
- realizedInterface
- Type: Microsoft.VisualStudio.Uml.Classes::IInterface^
Return Value
Type: System.Collections.Generic::IEnumerable<IBehavioredClassifier^>^
Show: