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

IUxmlFactory.substituteForTypeName

切换到手册
public string substituteForTypeName ;

描述

The type of element for which this element type can substitute for.

Enable the element described by this IUXmlAttribute to appear anywhere the substituteForTypeName element can appear in a UXML document. For example, if an element restricts its children to <Button> elements (using the uxmlChildElementsDescription property), elements having their substituteForTypeName returning Button will be accepted as children of that element.

The value of this property is used for the element substitutionGroup attribute in UXML schema definition.