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

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

Property Value

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

.NET Framework Security

See Also

Reference

IBehavioredClassifier Interface

Microsoft.VisualStudio.Uml.CommonBehaviors Namespace