Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the relationships to the Use Cases extended by this Use Case.
Namespace: Microsoft.VisualStudio.Uml.UseCases
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Extends As IEnumerable(Of IExtend)
IEnumerable<IExtend> Extends { get; }
property IEnumerable<IExtend^>^ Extends {
IEnumerable<IExtend^>^ get ();
}
abstract Extends : IEnumerable<IExtend> with get
function get Extends () : IEnumerable<IExtend>
Property Value
Type: System.Collections.Generic.IEnumerable<IExtend>
.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.