IContextNode::GetContextLinks 方法

检索 表示与其他 IContextNode 对象的关系 的 IContextLink 对象的集合。

语法

HRESULT GetContextLinks(
  [out] IContextLinks **ppContextLinks
);

parameters

ppContextLinks [out]

指向 表示与其他 IContextNode 对象的关系的 IContextLink 对象的集合 指针。

返回值

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

备注

注意

若要避免内存泄漏,请在不再需要使用上下文链接集合时在 *ppContextLinks 上调用 IUnknown::Release

若要获取有关父节点或子节点关系的信息,请使用 IContextNode::GetParentNodeIContextNode::GetSubNodes

有关链接描述的关系类型的详细信息,请参阅 IContextLinkContextLinkDirection

要求

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

另请参阅

IContextNode

IContextLink

ContextLinkDirection

IContextNode::AddContextLink

墨迹分析参考