OPC_RELATIONSHIP_SELECTOR enumeration
Describes how to interpret the selectionCriterion parameter of the IOpcRelationshipSelector::GetSelectionCriterion method.
Syntax
typedef enum { OPC_RELATIONSHIP_SELECT_BY_ID = 0, OPC_RELATIONSHIP_SELECT_BY_TYPE = 1 } OPC_RELATIONSHIP_SELECTOR;
Constants
- OPC_RELATIONSHIP_SELECT_BY_ID
-
The selectionCriterion parameter is a relationship identifier.
- OPC_RELATIONSHIP_SELECT_BY_TYPE
-
The selectionCriterion parameter is a relationship type.
Requirements
|
Header |
|
|---|---|
|
IDL |
|
See also
- Packaging Enumerations
- Overviews
- Getting Started with the Packaging API
- Packaging API Programming Guide
- Reference
- IOpcRelationshipSelectorSet::Create
- IOpcRelationshipSelector::GetSelectorType
- Packaging Interfaces
- Packaging API Samples
- External Resources
- ECMA-376 OpenXML standard
Community Additions
ADD
Show: