public bool TryGetValueFromBag (UIElements.IUxmlAttributes bag, UIElements.CreationContext cc, ref Type value);

Parámetros

bagThe attribute bag.
ccThe context in which the method retrieves attribute values.
valueThe attribute's value.

Valor de retorno

bool True if the method can retrieve the attribute's value. False otherwise.

Descripción

Method that tries to retrieve an attribute's value from an attribute bag.. Returns true if it is found, otherwise returns false.