GetModelElementDisplayNameEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate call back for allowing the generated designer to proffer an different display name shown in the ModelExplorer
public delegate System::String ^ GetModelElementDisplayNameEventHandler(ModelElement ^ modelElement);
public delegate string GetModelElementDisplayNameEventHandler(ModelElement modelElement);
type GetModelElementDisplayNameEventHandler = delegate of ModelElement -> string
Public Delegate Function GetModelElementDisplayNameEventHandler(modelElement As ModelElement) As String
Parameters
- modelElement
- ModelElement
modelElement which will be displayed in the ModelExplorer