PackageRelationshipSelector.Select(Package) Método

Definición

Devuelve una lista de PackageRelationship objetos que coinciden con los definidos SourceUri, SelectorTypey SelectionCriteria.

public:
 System::Collections::Generic::List<System::IO::Packaging::PackageRelationship ^> ^ Select(System::IO::Packaging::Package ^ package);
public System.Collections.Generic.List<System.IO.Packaging.PackageRelationship> Select(System.IO.Packaging.Package package);
member this.Select : System.IO.Packaging.Package -> System.Collections.Generic.List<System.IO.Packaging.PackageRelationship>
Public Function Select (package As Package) As List(Of PackageRelationship)

Parámetros

package
Package

Paquete desde el que se van a seleccionar las relaciones en función de los criterios de selección.

Devoluciones

Lista de relaciones que coinciden con los parámetros de selección especificados para el PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String) constructor.

Excepciones

package es null.

Se aplica a