BehavioredClassifierExtensions.GetRealizedInterfaces Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a collection of the IInterfaces implemented by the given classifier.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetRealizedInterfaces ( _
    classifier As IBehavioredClassifier _
) As IEnumerable(Of IInterface)
'Usage
Dim classifier As IBehavioredClassifier
Dim returnValue As IEnumerable(Of IInterface)

returnValue = classifier.GetRealizedInterfaces()
public static IEnumerable<IInterface> GetRealizedInterfaces(
    this IBehavioredClassifier classifier
)
[ExtensionAttribute]
public:
static IEnumerable<IInterface^>^ GetRealizedInterfaces(
    IBehavioredClassifier^ classifier
)
static member GetRealizedInterfaces : 
        classifier:IBehavioredClassifier -> IEnumerable<IInterface> 
public static function GetRealizedInterfaces(
    classifier : IBehavioredClassifier
) : IEnumerable<IInterface>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<IInterface>
Collection of the IInterfaces

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IBehavioredClassifier. 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

BehavioredClassifierExtensions Members

Microsoft.VisualStudio.Uml.Extensions Namespace