Propriedade IInclude.IncludingCase

Namespace:  Microsoft.VisualStudio.Uml.UseCases
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property IncludingCase As IUseCase
    Get
    Set
IUseCase IncludingCase { get; set; }
property IUseCase^ IncludingCase {
    IUseCase^ get ();
    void set (IUseCase^ value);
}
abstract IncludingCase : IUseCase with get, set
function get IncludingCase () : IUseCase
function set IncludingCase (value : IUseCase)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.UseCases.IUseCase

Segurança do .NET Framework

Consulte também

Referência

IInclude Interface

Namespace Microsoft.VisualStudio.Uml.UseCases