IContextNode::AddContextLink 方法

将新的 IContextLink 添加到 IContextNode 对象的上下文链接集合。

语法

HRESULT AddContextLink(
  [in]  IContextNode         *pDestinationNode,
  [in]  ContextLinkDirection linkDirection,
  [out] IContextLink         **ppContextLinkToAdd
);

parameters

pDestinationNode [in]

IContextLink 的目标 IContextNode

linkDirection [in]

要创建的 IContextLink 对象的方向。

ppContextLinkToAdd [out]

指向新 IContextLink 对象的指针。

返回值

有关返回值的说明,请参阅 类和接口 - 墨迹分析

备注

注意

若要避免内存泄漏,请在不再需要使用上下文节点时在 *ppContextLinkToAdd 上调用 IUnknown::Release

IContextNode 对象是源节点, (请参阅新 IContextLink 对象的 IContextLink::GetSourceNode) 。

要求

要求
最低受支持的客户端
Windows XP Tablet PC Edition [仅限桌面应用]
最低受支持的服务器
无受支持的版本
标头
IACom.h (还需要 IACom_i.c)
DLL
IACom.dll

另请参阅

IContextNode

IContextLink

IContextLinks

ContextLinkDirection

IContextNode::D eleteContextLink

IContextNode::GetContextLinks

墨迹分析参考