Version: 2020.3

IUxmlAttributes.TryGetAttributeValue

切换到手册
public bool TryGetAttributeValue (string attributeName, out string value);

参数

attributeName 属性名称。
value 属性值或 null(如果未找到)。

返回

bool 如果找到属性,则为 true,否则为 false。

描述

获取属性的值(字符串)。