GetModelElementDisplayNameEventHandler, délégué
Le rappel qui permet pour définir le nom d'élément s'est affiché dans l'explorateur de modèle.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Delegate Function GetModelElementDisplayNameEventHandler ( _
modelElement As ModelElement _
) As String
public delegate string GetModelElementDisplayNameEventHandler(
ModelElement modelElement
)
Paramètres
- modelElement
Type : Microsoft.VisualStudio.Modeling.ModelElement
Valeur de retour
Type : System.String