DisplayStringGetter Delegate

Definition

Delegate to get the string to display on the compartment list item for the given model element.

public delegate System::String ^ DisplayStringGetter(ModelElement ^ element);
public delegate string DisplayStringGetter(ModelElement element);
type DisplayStringGetter = delegate of ModelElement -> string
Public Delegate Function DisplayStringGetter(element As ModelElement) As String 

Parameters

element
ModelElement

Return Value

Applies to