Share via


LifelineExtensions.GetDisplayName Method

Get the lifeline name or name and type, as displayed on the diagram.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetDisplayName ( _
    lifeline As ILifeline _
) As String
public static string GetDisplayName(
    this ILifeline lifeline
)
[ExtensionAttribute]
public:
static String^ GetDisplayName(
    ILifeline^ lifeline
)
static member GetDisplayName : 
        lifeline:ILifeline -> string 
public static function GetDisplayName(
    lifeline : ILifeline
) : String

Parameters

Return Value

Type: System.String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ILifeline. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

LifelineExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace