0
我創建了一個.dll使用XML註釋功能和潛艇,如:不能看到DLL XML註釋中的一個項目
''' <summary>
''' Gets the Path of this assembly
''' </summary>
''' <returns>Assemblypath</returns>
''' <remarks></remarks>
Public Function GetactiveProgrammPath() As String
Dim exeName, exedir As String
exeName = Reflection.Assembly.GetExecutingAssembly.Location
exedir = Path.GetDirectoryName(exeName)
Return exedir
End Function
我引用的.dll在另一個項目並不能看到XML註釋。任何想法爲什麼?我按照指示here