Condividi tramite


Proprietà IInclude.IncludingCase

Spazio dei nomi:  Microsoft.VisualStudio.Uml.UseCases
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
Property IncludingCase As IUseCase
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.UseCases.IUseCase

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInclude Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.UseCases