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

See Also

Reference

IInsertionPoint Interface

IInsertionPoint Members

Microsoft.VisualStudio.Uml.Extensions Namespace