PRB: IntelliSense QuickInfo Is Not Displayed in Server Collections (191045)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0

This article was previously published under Q191045

SYMPTOMS

A QuickInfo member list is not shown when the user types the following:

Request.ServerVariables(

CAUSE

This behavior is by design.

MORE INFORMATION

Although other functions can provide a parameter list, collections cannot. Because this is a collection and not a function, a QuickInfo parameter list is not available.

Steps to Reproduce Behavior

  1. Create a new Active Server Pages page.
  2. Create server-side VBScript block.
  3. Inside the block type the following text:

    Request.ServerVariables(


Modification Type:MajorLast Reviewed:8/6/2001
Keywords:kbASPObj kbDSupport kbide kbprb kbScript KB191045