IOpcRelationshipSelectorEnumerator::GetCurrent 方法 (msopc.h)
获取枚举器当前位置 接口指针 IOpcRelationshipSelector。
语法
HRESULT GetCurrent(
[out, retval] IOpcRelationshipSelector **relationshipSelector
);
参数
[out, retval] relationshipSelector
IOpcRelationshipSelector 接口指针。
返回值
该方法返回 HRESULT。 可能的值包括但不限于下表中的值。
返回代码/值 | 描述 |
---|---|
|
方法成功。 |
|
partReference 参数 NULL。 |
|
枚举器无效,因为基础集已更改。 |
|
枚举器无法从当前位置执行此作。 |
言论
创建枚举器时,当前位置位于第一个指针之前。
若要将当前位置设置为枚举器的第一个指针,在创建枚举器后调用 MoveNext 方法。
线程安全
打包对象不是线程安全的。
有关详细信息,请参阅 打包 API入门。
要求
要求 | 价值 |
---|---|
最低支持的客户端 | Windows 7 [仅限桌面应用] |
支持的最低服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | 窗户 |
标头 | msopc.h |
另请参阅
打包 API 入门
IOpcRelationshipSelectorEnumerator
概述
参考