Kommentar
Å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.
Call back that allows you to define the element name displayed in Model Explorer.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Delegate Function GetModelElementDisplayNameEventHandler ( _
modelElement As ModelElement _
) As String
public delegate string GetModelElementDisplayNameEventHandler(
ModelElement modelElement
)
public delegate String^ GetModelElementDisplayNameEventHandler(
ModelElement^ modelElement
)
type GetModelElementDisplayNameEventHandler =
delegate of
modelElement:ModelElement -> string
JScript does not support delegates.
Parameters
- modelElement
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: String