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 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)
Get
IEnumerable<IInclude> Includes { get; }
property IEnumerable<IInclude^>^ Includes {
IEnumerable<IInclude^>^ get ();
}
abstract Includes : IEnumerable<IInclude>
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.