IUxmlAttributes.TryGetAttributeValue
public bool TryGetAttributeValue(string attributeName,
out string value);
Parameters
| attributeName | Attribute name. | |
| value | The attribute value or null if not found. |
Returns
bool True if the attribute was found, false otherwise.
Description 描述
Get the value of an attribute as a string.