IBehavioredClassifier.InterfaceRealizations Property

 

Gets the Interfaces realized by this behavior.

Namespace:   Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IInterfaceRealization> InterfaceRealizations { get; }
property IEnumerable<IInterfaceRealization^>^ InterfaceRealizations {
    IEnumerable<IInterfaceRealization^>^ get();
}
abstract InterfaceRealizations : IEnumerable<IInterfaceRealization> with get
ReadOnly Property InterfaceRealizations As IEnumerable(Of IInterfaceRealization)

Property Value

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

See Also

IBehavioredClassifier Interface
Microsoft.VisualStudio.Uml.CommonBehaviors Namespace

Return to top