XmlBuilder.SetTagInnerText(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Xml control's inner text.
public:
override void SetTagInnerText(System::String ^ text);
public override void SetTagInnerText (string text);
override this.SetTagInnerText : string -> unit
Public Overrides Sub SetTagInnerText (text As String)
Parameters
- text
- String
The value to insert as the inner text.
Exceptions
The String object passed in is not well-formed XML.
Remarks
This method loads the String passed in to an XML document to determine whether it is well-formed. If it is, the code calls the SetTagInnerText method of the ControlBuilder class.
Applies to
See also
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.