Available indexers?

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

How does one determine what indexers are available on a given object?
The only way I have found is by looking at the Object Browser. But
even then it only gives a simple signature like, this[string,string].
What are those strings?

</jim>
 
If you type
object[
in the code editor, intellisense should pick up the available indexers.
It is up to the creators of the object to provide meaningfull names and
instructions if necessary.
HTH
JB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top