AUImplementorDisplayNameWithLengthCallback Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.