IOpcPartUri interface
Represents the part name of a part. If the part is a Relationships part, it is represented by the IOpcRelationshipSet interface; otherwise, it is represented by the IOpcPart interface.
When to implement
Never. Custom implementations of this interface are not supported.
Members
The IOpcPartUri interface inherits from IOpcUri. IOpcPartUri also has these types of members:
Methods
The IOpcPartUri interface has these methods.
| Method | Description |
|---|---|
| ComparePartUri |
Returns an integer that indicates whether the URIs represented by the current part URI object and a specified part URI object are equivalent. |
| GetSourceUri |
Gets the source URI of the relationships that are stored in a Relationships part. The current part URI object represents the part name of that Relationships part. |
| IsRelationshipsPartUri |
Returns a value that indicates whether the current part URI object represents the part name of a Relationships part. |
Remarks
Support on Previous Windows Versions
The behavior and performance of this interface is the same on all supported Windows versions. For more information, see Getting Started with the Packaging API, and Platform Update for Windows Vista.
Thread Safety
Packaging objects are not thread-safe.
For more information, see the Getting Started with the Packaging API.
Requirements
|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also
- Core Packaging Interfaces
- Overviews
- Getting Started with the Packaging API
- Parts Overview
- Platform Update for Windows Vista
- Reference
- IOpcFactory::CreatePartUri
- IOpcPart::GetName
- IOpcUri
- Packaging API Reference
- Packaging API Samples