This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
VB - Insight window does not appear for indexers #209
Open
Description
SD-1836, originally created on 8/11/2011 22:07:12 by Eusebiu Marcu
- Define an property indexer in a class
- Public Property MyProp(ByVal i As Integer, ByVal j As Integer) As String - Use it
Dim w As New Test()
g = w.MyProp - Type '('
Expected result: Insight window appears
Actual: No insight window