'宣言 Public Function New( _ ByVal caption As System.String _ )
'使用法 Dim caption As System.String Dim instance As New IndexEntry(caption)
public IndexEntry( System.string caption )
パラメータ
- caption
- The string that is assigned to the IndexEntry.Caption property of the current index entry.