This documentation is archived and is not being maintained.
PackageRelationshipSelector Class
Visual Studio 2010
Defines PackageRelationship criteria to select part-level or package-level relationships.
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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
