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

> Creates a field only for the specified attributes of the UXML serialized data.

## Definition

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

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

```csharp
protected void CreateChildPropertiesIncluding(VisualElement container, SerializedProperty property, params string[] includedPropertyNames)
```

### 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 include.
