IUseCase.Subjects Property
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
'Declaration
ReadOnly Property Subjects As IList(Of IClassifier)
IList<IClassifier> Subjects { get; }
property IList<IClassifier^>^ Subjects {
IList<IClassifier^>^ get ();
}
abstract Subjects : IList<IClassifier> with get
function get Subjects () : IList<IClassifier>
Property Value
Type: System.Collections.Generic.IList<IClassifier>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.