XmlComment(String, XmlDocument) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
XmlComment sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- comment
- String
Açıklama öğesinin içeriği.
- doc
- XmlDocument
Üst XML belgesi.
Açıklamalar
Örneği doğrudan oluşturmayın XmlComment ; bunun yerine gibi CreateNodeyöntemleri kullanın.