Freigeben über


IInterface.OwnedOperations-Eigenschaft

Ruft alle Vorgänge ab, die im Besitz der Schnittstelle sind.

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

Syntax

'Declaration
ReadOnly Property OwnedOperations As IEnumerable(Of IOperation)
    Get
IEnumerable<IOperation> OwnedOperations { get; }
property IEnumerable<IOperation^>^ OwnedOperations {
    IEnumerable<IOperation^>^ get ();
}
abstract OwnedOperations : IEnumerable<IOperation>
function get OwnedOperations () : IEnumerable<IOperation>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<IOperation>

.NET Framework-Sicherheit

Siehe auch

Referenz

IInterface Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace