AUImplementorDisplayNameWithLengthCallback 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.
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.