Propriedade IClass.OwnedOperations

Obtém a lista de operações são definidas nessa classe.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IClass Interface

Namespace Microsoft.VisualStudio.Uml.Classes