OPC_RELATIONSHIP_SELECTOR列舉 (msopc.h)
描述如何解譯 IOpcRelationshipSelector::GetSelectionCriterion 方法的 selectionCriterion 參數。
Syntax
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 參數是關聯性類型。 |
規格需求
需求 | 值 |
---|---|
標頭 | msopc.h |
另請參閱
外部資源
IOpcRelationshipSelector::GetSelectorType
IOpcRelationshipSelectorSet::Create
概觀
參考