IOpcRelationshipSelectorSet::Create 方法 (msopc.h)
创建 IOpcRelationshipSelector 接口指针以表示如何选择要签名的关系子集,并将新指针添加到集。
语法
HRESULT Create(
[in] OPC_RELATIONSHIP_SELECTOR selector,
[in] LPCWSTR selectionCriterion,
[out, retval] IOpcRelationshipSelector **relationshipSelector
);
参数
[in] selector
一个 值,该值描述如何解释在 selectionCriterion 中传递的字符串。
[in] selectionCriterion
解释为生成条件的字符串。
[out, retval] relationshipSelector
一个新的 IOpcRelationshipSelector 接口指针,表示如何从关系部件中选择关系。
如果不需要指向新接口的指针,此参数可以为 NULL 。
返回值
该方法返回 HRESULT。 可能的值包括(但并不限于)下表中的项。
返回代码 | 说明 |
---|---|
|
方法成功。 |
|
在选择器参数中传递的值不是有效的OPC_RELATIONSHIP_SELECTOR枚举值。 |
|
partUri 参数为 NULL。 |
注解
使用集中 IOpcRelationshipSelector 接口指针的方法选择要签名的关系。
创建 IOpcRelationshipSelector 接口指针并将其添加到集时,保存包时会保存它提供访问权限的条件。
线程安全性
打包对象不是线程安全的。
有关详细信息,请参阅打包 API 的入门。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | msopc.h |
另请参阅
概述
引用