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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.