Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the subsystem or subsystems that support the execution of this use case.
Namespace: Microsoft.VisualStudio.Uml.UseCases
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IList<IClassifier> Subjects { get; }
property IList<IClassifier^>^ Subjects {
IList<IClassifier^>^ get();
}
abstract Subjects : IList<IClassifier> with get
ReadOnly Property Subjects As IList(Of IClassifier)
Property Value
Type: System.Collections.Generic.IList<IClassifier>
See Also
IUseCase Interface
Microsoft.VisualStudio.Uml.UseCases Namespace
Return to top