# IUxmlAttributes

> This type allows UXML attribute value retrieval during the VisualElement instantiation. An instance will be provided to the factory method - see UXMLFactoryAttribute.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public interface IUxmlAttributes
```

## Methods

| Method                                                                                                                 | Description                                |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [TryGetAttributeValue](/engine/6000.3/script-reference/unityengine/uielements/iuxmlattributes/trygetattributevalue.md) | Get the value of an attribute as a string. |
