Sdílet prostřednictvím


IBehavioredClassifier.OwnedBehaviors – vlastnost

Získá chování definované v rámci tohoto třídění.

Obor názvů:  Microsoft.VisualStudio.Uml.CommonBehaviors
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IBehavioredClassifier Rozhraní

Microsoft.VisualStudio.Uml.CommonBehaviors – obor názvů