Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Show in the completion list the members of the specified type.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Function IncreaseFilterLevel ( _
iSelectedItem As Integer _
) As Integer
int IncreaseFilterLevel(
int iSelectedItem
)
int IncreaseFilterLevel(
[InAttribute] int iSelectedItem
)
abstract IncreaseFilterLevel :
iSelectedItem:int -> int
function IncreaseFilterLevel(
iSelectedItem : int
) : int
Parameters
- iSelectedItem
Type: System.Int32
[in] The index of the item of interest.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsCompletionSetEx::IncreaseFilterLevel(
[in] long iSelectedItem
);
The internal list controlled by the IVsCompletionSet must be updated in response to a change in filter levels. The selected item in this method is from the Common list and specifies what should appear in the secondary list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.