AUImplementorDisplayNameWithLengthCallback Delegate

Definition

A delegate that returns the display name, possibly shortened to desiredLength characters.

public delegate string AUImplementorDisplayNameWithLengthCallback(AUParameterNode node, nint desiredLength);
type AUImplementorDisplayNameWithLengthCallback = delegate of AUParameterNode * nint -> string

Parameters

node
AUParameterNode

The parameter node for which to get a possibly shortened name.

desiredLength
System.System.IntPtr System.nativeint

The maximum desired length of the display name.

Return Value

The display name, possibly shortened to desiredLength characters.

Applies to