XmlBuilder.AppendLiteralString(String) Método
Definição
Adiciona o conteúdo literal ao controle.Adds literal content to the control.
public:
override void AppendLiteralString(System::String ^ s);
public override void AppendLiteralString (string s);
override this.AppendLiteralString : string -> unit
Public Overrides Sub AppendLiteralString (s As String)
Parâmetros
- s
- String
O conteúdo literal a ser adicionado ao controle.The literal content to add to the control.
Comentários
O AppendLiteralString método da XmlBuilder classe substitui o AppendLiteralString método da ControlBuilder classe para que o método da classe base não tenha nenhum efeito.The AppendLiteralString method of the XmlBuilder class overrides the AppendLiteralString method of the ControlBuilder class so that the method of the base class has no effect.