Share via


BehavioredClassifierExtensions.GetRealizingClassifiers Method (IInterface)

 

Returns a collection of the IBehavioredClassifier implemented by the given realizedInterface.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

public static IEnumerable<IBehavioredClassifier> GetRealizingClassifiers(
    this IInterface realizedInterface
)
public:
[ExtensionAttribute]
static IEnumerable<IBehavioredClassifier^>^ GetRealizingClassifiers(
    IInterface^ realizedInterface
)
static member GetRealizingClassifiers : 
        realizedInterface:IInterface -> IEnumerable<IBehavioredClassifier>
<ExtensionAttribute>
Public Shared Function GetRealizingClassifiers (
    realizedInterface As IInterface
) As IEnumerable(Of IBehavioredClassifier)

Parameters

Return Value

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

See Also

BehavioredClassifierExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top