Version: 2020.1
언어: 한국어

IUxmlAttributes.TryGetAttributeValue

매뉴얼로 전환
public bool TryGetAttributeValue (string attributeName, out string value);

파라미터

attributeName Attribute name.
value The 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.