IInsertionPoint.Lifeline Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The ILifeline where the insertion point resides
Namespace: Microsoft.VisualStudio.Uml.Extensions
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
ReadOnly Property Lifeline As ILifeline
Get
'Usage
Dim instance As IInsertionPoint
Dim value As ILifeline
value = instance.Lifeline
ILifeline Lifeline { get; }
property ILifeline^ Lifeline {
ILifeline^ get ();
}
abstract Lifeline : ILifeline
function get Lifeline () : ILifeline
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
.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.