IExtend.Extension Property
Namespace: Microsoft.VisualStudio.Uml.UseCases
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Extension As IUseCase
Get
Set
IUseCase Extension { get; set; }
property IUseCase^ Extension {
IUseCase^ get ();
void set (IUseCase^ value);
}
abstract Extension : IUseCase with get, set
function get Extension () : IUseCase
function set Extension (value : IUseCase)
Property Value
Type: Microsoft.VisualStudio.Uml.UseCases.IUseCase
.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.