IUseCase.Subjects 属性

获取子系统或支持该用例执行的子系统。

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

语法

声明
ReadOnly Property Subjects As IList(Of IClassifier)
IList<IClassifier> Subjects { get; }
property IList<IClassifier^>^ Subjects {
    IList<IClassifier^>^ get ();
}
abstract Subjects : IList<IClassifier>
function get Subjects () : IList<IClassifier>

属性值

类型:System.Collections.Generic.IList<IClassifier>

.NET Framework 安全性

请参见

参考

IUseCase 接口

Microsoft.VisualStudio.Uml.UseCases 命名空间