IInsertionPoint.Lifeline Property
The ILifeline where the insertion point resides
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
ILifeline Lifeline { get; }
property ILifeline^ Lifeline {
ILifeline^ get();
}
abstract Lifeline : ILifeline with get
ReadOnly Property Lifeline As ILifeline
Property Value
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
See Also
IInsertionPoint Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top