介绍如何解释 IOpcRelationshipSelector::GetSelectionCriterion 方法的 selectionCriterion 参数。
语法
typedef enum __MIDL___MIDL_itf_msopc_0001_0076_0002 {
OPC_RELATIONSHIP_SELECT_BY_ID = 0,
OPC_RELATIONSHIP_SELECT_BY_TYPE = 1
} OPC_RELATIONSHIP_SELECTOR;
常量
OPC_RELATIONSHIP_SELECT_BY_ID值: 0 selectionCriterion 参数是关系标识符。 |
OPC_RELATIONSHIP_SELECT_BY_TYPE值:1 selectionCriterion 参数是关系类型。 |
要求
| 要求 | 值 |
|---|---|
| Header | msopc.h |
另请参阅
外部资源
IOpcRelationshipSelector::GetSelectorType
IOpcRelationshipSelectorSet::Create
概述
引用