Show in the completion list the members of the specified type.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'宣言
Public Overridable Function IncreaseFilterLevel ( _
iSelectedItem As Integer _
) As Integer
'使用
Dim instance As CompletionSet
Dim iSelectedItem As Integer
Dim returnValue As Integer
returnValue = instance.IncreaseFilterLevel(iSelectedItem)
public virtual int IncreaseFilterLevel(
int iSelectedItem
)
public:
virtual int IncreaseFilterLevel(
int iSelectedItem
)
public function IncreaseFilterLevel(
iSelectedItem : int
) : int
Parameters
iSelectedItem
Type: System.Int32The index of the selected item.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsCompletionSetEx.IncreaseFilterLevel(Int32)
Remarks
This method is the implementation of the IncreaseFilterLevel method of the IVsCompletionSetEx interface.
This method is not implemented and and returns E_NOTIMPL().
Permissions
- 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.