AUParameterNode.GetDisplayName(nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回节点可能截断的本地化显示名称。
[Foundation.Export("displayNameWithLength:")]
public virtual string GetDisplayName (nint maximumLength);
abstract member GetDisplayName : nint -> string
override this.GetDisplayName : nint -> string
参数
- maximumLength
- System.System.IntPtr System.nativeint
返回的本地化显示名称或显示名称片段的最大长度。
返回
节点可能截断的本地化显示名称。
- 属性