Code First データベースの生成に使用する POCO クラスの 1 つに、次のプロパティがあります。
''' <summary>
''' The surname of the player.
''' </summary>
''' <value></value>
''' <returns>A string containing the surname of the player.</returns>
''' <remarks></remarks>
<MaxLength(40)>
Public Property LastName As String
MaxLength データ注釈をドキュメント xml に自動的に含める方法はありますか?