다음을 통해 공유


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 )입니다.

적용 대상