IDocument.CreateComment(String) Método

Definición

Crea un Comment nodo según la cadena especificada.

[Android.Runtime.Register("createComment", "(Ljava/lang/String;)Lorg/w3c/dom/Comment;", "GetCreateComment_Ljava_lang_String_Handler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Org.W3c.Dom.IComment? CreateComment(string? data);
[<Android.Runtime.Register("createComment", "(Ljava/lang/String;)Lorg/w3c/dom/Comment;", "GetCreateComment_Ljava_lang_String_Handler:Org.W3c.Dom.IDocumentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member CreateComment : string -> Org.W3c.Dom.IComment

Parámetros

data
String

Datos del nodo.

Devoluciones

El nuevo objeto Comment.

Atributos

Comentarios

Crea un Comment nodo según la cadena especificada.

Java documentación para org.w3c.dom.Document.createComment(java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a