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

IUxmlAttributes.TryGetAttributeValue

マニュアルに切り替える
public bool TryGetAttributeValue (string attributeName, out string value);

パラメーター

attributeNameAttribute name.
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.