Propriedade IBehavioredClassifier.OwnedBehaviors

Obtém os comportamentos definidos dentro do escopo deste classificador.

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

Sintaxe

'Declaração
ReadOnly Property OwnedBehaviors As IEnumerable(Of IBehavior)
    Get
IEnumerable<IBehavior> OwnedBehaviors { get; }
property IEnumerable<IBehavior^>^ OwnedBehaviors {
    IEnumerable<IBehavior^>^ get ();
}
abstract OwnedBehaviors : IEnumerable<IBehavior>
function get OwnedBehaviors () : IEnumerable<IBehavior>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IBehavioredClassifier Interface

Namespace Microsoft.VisualStudio.Uml.CommonBehaviors