Share via


IExtend.ExtendedCase Property

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

Syntax

'Declaration
Property ExtendedCase As IUseCase
IUseCase ExtendedCase { get; set; }
property IUseCase^ ExtendedCase {
    IUseCase^ get ();
    void set (IUseCase^ value);
}
abstract ExtendedCase : IUseCase with get, set
function get ExtendedCase () : IUseCase 
function set ExtendedCase (value : IUseCase)

Property Value

Type: Microsoft.VisualStudio.Uml.UseCases.IUseCase

.NET Framework Security

See Also

Reference

IExtend Interface

Microsoft.VisualStudio.Uml.UseCases Namespace