Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

IUxmlAttributes.TryGetAttributeValue

public bool TryGetAttributeValue(string attributeName, out string value);

Parameters

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

Did you find this page useful? Please give it a rating: