Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
XML document comment target: reference to unknown symbol 'symbol'
Remarks
The compiler was unable to resolve a symbol (symbol). The symbol must be valid in the compilation.
Example
The following example generates C4638:
// C4638.cpp
// compile with: /clr /doc /LD /W3
using namespace System;
/// Text for class MyClass.
public ref class MyClass {
public:
/// <summary> Text </summary>
/// <see cref="aSymbolThatAppearsNowhereInMyProject"/>
// Try the following line instead:
// /// <see cref="System::Console::WriteLine"/>
void MyMethod() {}
}; // C4638