ModelBusReferenceExtensionMethods.GetDisplayName Method (ModelBusReference)

 

Extension method that returns the calculated display name

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public static string GetDisplayName(
    this ModelBusReference reference
)
public:
[ExtensionAttribute]
static String^ GetDisplayName(
    ModelBusReference^ reference
)
static member GetDisplayName : 
        reference:ModelBusReference -> string
<ExtensionAttribute>
Public Shared Function GetDisplayName (
    reference As ModelBusReference
) As String

Parameters

Return Value

Type: System.String

The calculated display name

See Also

ModelBusReferenceExtensionMethods Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace

Return to top