Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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