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
'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.