IBehavioredClassifier.OwnedBehaviors 属性

获取此分类器范围内定义的行为。

命名空间:  Microsoft.VisualStudio.Uml.CommonBehaviors
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IEnumerable<IBehavior>

.NET Framework 安全性

请参见

参考

IBehavioredClassifier 接口

Microsoft.VisualStudio.Uml.CommonBehaviors 命名空间