XML 文件註解:檔案 - 存取遭拒:原因
備註
.xdc 檔案 (file) 的路徑無效,而且沒有建立 .xdc 檔案。
Example
下列範例會產生 C4632:
// C4632.cpp
// compile with: /clr /docv:\\falsedir /LD /W1
// C4632 expected
/// Text for class MyClass.
public ref class MyClass {};
XML 文件註解:檔案 - 存取遭拒:原因
.xdc 檔案 (file) 的路徑無效,而且沒有建立 .xdc 檔案。
下列範例會產生 C4632:
// C4632.cpp
// compile with: /clr /docv:\\falsedir /LD /W1
// C4632 expected
/// Text for class MyClass.
public ref class MyClass {};