नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
XML document comment target: <include> tag discarded. reason
Remarks
The syntax of an <include> tag was not correct.
Example
The following example generates C4637:
// C4637.cpp
// compile with: /clr /doc /LD /W3
using namespace System;
/// Text for class MyClass.
public ref class MyClass {
public:
/// <include file="c:\davedata\jtest\xml_include.doc"/>
// Try the following line instead:
// /// <include file='xml_include.doc' path='MyDocs/MyMembers/*' />
void MyMethod() {
}
}; // C4637