IInclude.Addition (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.Uml.UseCases
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property Addition As IUseCase
IUseCase Addition { get; set; }
property IUseCase^ Addition {
    IUseCase^ get ();
    void set (IUseCase^ value);
}
abstract Addition : IUseCase with get, set
function get Addition () : IUseCase
function set Addition (value : IUseCase)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.UseCases.IUseCase

Seguridad de .NET Framework

Vea también

Referencia

IInclude Interfaz

Microsoft.VisualStudio.Uml.UseCases (Espacio de nombres)