AUParameterNode.GetDisplayName(nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the possibly truncated localized display name for the node.
[Foundation.Export("displayNameWithLength:")]
public virtual string GetDisplayName (nint maximumLength);
abstract member GetDisplayName : nint -> string
override this.GetDisplayName : nint -> string
Parameters
- maximumLength
- System.System.IntPtr System.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