OPC_RELATIONSHIP_SELECTOR 列挙 (msopc.h)
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
概要
参照