IVsMethodData.GetCurrentParameter(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定方法的当前参数号。
public:
int GetCurrentParameter(int iMethod);
public:
int GetCurrentParameter(int iMethod);
int GetCurrentParameter(int iMethod);
public int GetCurrentParameter (int iMethod);
abstract member GetCurrentParameter : int -> int
Public Function GetCurrentParameter (iMethod As Integer) As Integer
参数
- iMethod
- Int32
中包含所需参数的方法的编号。
返回
返回当前参数号。
注解
COM 签名
从 textmgr:
long IVsMethodData::GetCurrentParameter(
[in] long iMethod
);