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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.