Share via


AUParameterNode.GetDisplayName(IntPtr) Method

Definition

Returns the possibly truncated localized display name for the node.

[Foundation.Export("displayNameWithLength:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetDisplayName(IntPtr maximumLength);
[<Foundation.Export("displayNameWithLength:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDisplayName : nativeint -> string
override this.GetDisplayName : nativeint -> string

Parameters

maximumLength
IntPtr

nativeint

The maximum length of the returned localized display name or display name fragment.

Returns

The possibly truncated localized display name for the node.

Attributes

Applies to