XmlSchemaElement.SubstitutionGroup Propiedad

Definición

Obtiene o establece el nombre de un elemento que se sustituye por este elemento.

public:
 property System::Xml::XmlQualifiedName ^ SubstitutionGroup { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName SubstitutionGroup { get; set; }
member this.SubstitutionGroup : System.Xml.XmlQualifiedName with get, set
Public Property SubstitutionGroup As XmlQualifiedName

Valor de propiedad

Nombre completo de un elemento que se sustituye por este elemento. Optional.

Comentarios

Este elemento debe tener el mismo tipo o un tipo derivado del tipo del elemento especificado. Este valor debe ser un QName.

No se puede establecer el valor si el elemento contenedor es el schema elemento .

Se aplica a