AUImplementorDisplayNameWithLengthCallback 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回顯示名稱的委派,可能縮短為 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
字元。