PackageRelationshipSelector Class
Defines PackageRelationship criteria to select part-level or package-level relationships.
Namespace: System.IO.Packaging
Assembly: WindowsBase (in WindowsBase.dll)
The PackageRelationshipSelector type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PackageRelationshipSelector | Initializes a new instance of the PackageRelationshipSelector class. |
| Name | Description | |
|---|---|---|
![]() | SelectionCriteria | Gets the selection criteria specified to the PackageRelationshipSelector constructor. |
![]() | SelectorType | Gets the PackageRelationshipSelectorType specified to the PackageRelationshipSelector constructor. |
![]() | SourceUri | Gets the root package URI ("/") or part Uri specified to the PackageRelationshipSelector constructor as the owner of the relationship. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Select | Returns a list of PackageRelationship objects that match the defined SourceUri, SelectorType, and SelectionCriteria. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
PackageRelationshipSelector is used by the Sign method of the PackageDigitalSignatureManager class to specify a list of PackageRelationship parts to be signed.
PackageRelationshipSelector is used by the SignedRelationshipSelectors property of the PackageDigitalSignature class to obtain a list of PackageRelationship parts that have been signed with the given digital signature.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
