VB 描述
將文字描述新增到在物件資源管理器中變為可見的類或模組成員。理想情況下,公共介面/ API 的所有公共成員都應該有一個描述。
Public Function GiveMeATwo() As Integer
Attribute GiveMeATwo.VB_Description = "Returns a two!"
GiveMeATwo = 2
End Property
注意:屬性的所有訪問者成員(Get
,Let
,Set
)使用相同的描述。