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

IUxmlAttributes.TryGetAttributeValue

Cambiar al Manual
public bool TryGetAttributeValue (string attributeName, out string value);

Parámetros

attributeNameAttribute name.
valueThe attribute value or null if not found.

Valor de retorno

bool True if the attribute was found, false otherwise.

Descripción

Get the value of an attribute as a string.