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)
IEnumerable<IBehavior> OwnedBehaviors { get; }
property IEnumerable<IBehavior^>^ OwnedBehaviors {
IEnumerable<IBehavior^>^ get ();
}
abstract OwnedBehaviors : IEnumerable<IBehavior> with get
function get OwnedBehaviors () : IEnumerable<IBehavior>
Valor de propriedade
Tipo: IEnumerable<IBehavior>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.