Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceModelBusReference
Return Value
Type: System.String
The calculated display name
See Also
ModelBusReferenceExtensionMethods Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top