网页
图片
视频
学术
词典
地图
更多
航班
笔记本
OnConnection
网络
初始化函数;如果连接
网络释义
1.
初始化函数
它只是取得 _IDTExtensibility2(或者类似接口),调用其中的
初始化函数
(如
OnConnection
)。插件获得了初始化机会。
www.cnblogs.com
|
基于10个网页
2.
如果连接
1.连接SFS 2.
如果连接
(触发
onConnection
)成功就登陆 3.如果登陆(触发onLogin)成功,接着会自动获取房间列表(触发on…
ericjiao.blog.51cto.com
|
基于5个网页
例句
释义:
全部
全部
,
初始化函数
初始化函数
,
如果连接
如果连接
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Add
the
BuildManagerSample
method
declaration
directly
below
the
OnConnection
method
.
将
BuildManagerSample
方法
声明
添加
到
OnConnection
方法
的
正
下方
。
msdn2.microsoft.com
2.
The
OnConnection
method
is
definitely
the
most
important
method
used
in
add-in
projects
because
it
is
called
each
time
an add-in is loaded
.
因为
每次
加载
外接
程序
时
都会
调用
OnConnection
方法
,
所以
该
方法
绝对
是
在外
接
程序
项目
中
使用
的
最
重要
的
方法
。
msdn2.microsoft.com
3.
In
the
OnConnection
method
,
retrieve
the
event
objects
from
the
automation
model
.
在
OnConnection
方法
中
,
检索
来自
自动化
模型
的
事件
对象
。
msdn2.microsoft.com
4.
The
OnConnection
method
is
passed
four
parameters
:
Application
, ConnectMode, AddInInst,
and
custom
.
传递
给
OnConnection
方法
的
四个
参数
为
:
Application
、
ConnectMode
、
AddInInst
和
custom
。
msdn2.microsoft.com
5.
Add
the
following
method
call
to
the
OnConnection
method
.
将
下面
的
方法
调用
添加
到
OnConnection
方法
。
msdn2.microsoft.com
6.
Replace
the
code
in
the
OnConnection
method
with the
following
code
将
OnConnection
方法
中
的
代码
替换
为
以下
代码
msdn2.microsoft.com