Udostępnij za pośrednictwem


Właściwość IInterface.OwnedOperations —

Pobiera wszystkie operacje, które są własnością interfejsu.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IInterface Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes