AUImplementorDisplayNameWithLengthCallback 委托

定义

返回显示名称的委托,可能缩写为 desiredLength 字符。

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

参数

node
AUParameterNode

要为其获取可能缩短名称的参数节点。

desiredLength
System.System.IntPtr System.nativeint

显示名称的最大所需长度。

返回值

显示名称,可能缩写为 desiredLength 字符。

适用于