Experimental: this API is experimental and might be changed or removed in the future.

IUxmlAttributes.TryGetAttributeValue

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

参数

attributeName属性名称。
valueThe attribute value or null if not found.

返回

bool True if the attribute was found, false otherwise.

描述

Get the value of an attribute as a string.