Share via


BehavioredClassifierExtensions.GetRealizingClassifiers Method

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

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

Parameters

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IInterface. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

BehavioredClassifierExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace