DisplayStringGetter 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 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