IUseCase.Includes Property
Gets the relationships to the Use Cases included by this Use Case.
Namespace: Microsoft.VisualStudio.Uml.UseCases
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Includes As IEnumerable(Of IInclude)
IEnumerable<IInclude> Includes { get; }
property IEnumerable<IInclude^>^ Includes {
IEnumerable<IInclude^>^ get ();
}
abstract Includes : IEnumerable<IInclude> with get
function get Includes () : IEnumerable<IInclude>
Property Value
Type: System.Collections.Generic.IEnumerable<IInclude>
.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.