XmlComment(String, XmlDocument) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe XmlComment.
protected public:
XmlComment(System::String ^ comment, System::Xml::XmlDocument ^ doc);
protected internal XmlComment (string comment, System.Xml.XmlDocument doc);
protected internal XmlComment (string? comment, System.Xml.XmlDocument doc);
new System.Xml.XmlComment : string * System.Xml.XmlDocument -> System.Xml.XmlComment
Protected Friend Sub New (comment As String, doc As XmlDocument)
Paramètres
- comment
- String
Contenu de l'élément du commentaire.
- doc
- XmlDocument
Document XML parent.
Remarques
N’instanciez pas directement un XmlComment ; utilisez plutôt des méthodes telles que CreateNode.