IVsImmediateStatementCompletion.EnableStatementCompletion_Deprecated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is deprecated. Please use EnableStatementCompletion(Int32, Int32, Int32, IVsTextView).
public:
int EnableStatementCompletion_Deprecated(int fEnable, int iStartIndex, int iEndIndex);
public:
int EnableStatementCompletion_Deprecated(int fEnable, int iStartIndex, int iEndIndex);
int EnableStatementCompletion_Deprecated(int fEnable, int iStartIndex, int iEndIndex);
[System.Runtime.InteropServices.TypeLibFunc(65)]
public int EnableStatementCompletion_Deprecated (int fEnable, int iStartIndex, int iEndIndex);
public int EnableStatementCompletion_Deprecated (int fEnable, int iStartIndex, int iEndIndex);
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member EnableStatementCompletion_Deprecated : int * int * int -> int
abstract member EnableStatementCompletion_Deprecated : int * int * int -> int
Public Function EnableStatementCompletion_Deprecated (fEnable As Integer, iStartIndex As Integer, iEndIndex As Integer) As Integer
Parameters
- fEnable
- Int32
- iStartIndex
- Int32
- iEndIndex
- Int32
Returns
- Attributes