Partager via


IBehavioredClassifier.OwnedBehaviors, propriété

Obtient les comportements définis dans la portée de ce classifieur.

Espace de noms :  Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

IBehavioredClassifier Interface

Microsoft.VisualStudio.Uml.CommonBehaviors, espace de noms