# CreateChildPropertiesExcluding(VisualElement, SerializedProperty, params string[])

> Creates a field for each visible attribute of the UXML serialized data, excluding the specified attributes.

## Definition

* **Type:** Method
* **Namespace:** [Unity.UIToolkit.Editor](/engine/6000.7/script-reference/unity/uitoolkit/editor.md)
* **Assembly:** UnityEditor

## CreateChildPropertiesExcluding(VisualElement, SerializedProperty, string\[])

```csharp
protected void CreateChildPropertiesExcluding(VisualElement container, SerializedProperty property, params string[] excludedPropertyNames)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.7/script-reference/unityengine/uielements/visualelement)): The parent element to add the fields to.**** (\[SerializedProperty]\(/engine/6000.7/script-reference/unityeditor/serializedproperty)): The serialized property that represents the UXML serialized data instance.**** (\[string\[]]\(https\://learn.microsoft.com/dotnet/api/system.string)): The UXML names of the properties to exclude.
