IVsImmediateStatementCompletion2.EnableStatementCompletion_Deprecated 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不推荐使用此方法。 请使用 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);
[<System.Runtime.InteropServices.TypeLibFunc(65)>]
abstract member EnableStatementCompletion_Deprecated : int * int * int -> int
Public Function EnableStatementCompletion_Deprecated (fEnable As Integer, iStartIndex As Integer, iEndIndex As Integer) As Integer
参数
- fEnable
- Int32
- iStartIndex
- Int32
- iEndIndex
- Int32
返回
实现
- 属性