Condividi tramite


AUImplementorDisplayNameWithLengthCallback Delegato

Definizione

Delegato che restituisce il nome visualizzato, possibilmente abbreviato in desiredLength caratteri.

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

Parametri

node
AUParameterNode

Nodo del parametro per il quale ottenere un nome possibilmente abbreviato.

desiredLength
System.System.IntPtr System.nativeint

Lunghezza massima desiderata del nome visualizzato.

Valore restituito

Nome visualizzato, possibilmente abbreviato in desiredLength caratteri.

Si applica a