PackageRelationshipSelector.Select(Package) メソッド

定義

定義されたPackageRelationshipSourceUri、およびSelectorTypeに一致する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)

パラメーター

package
Package

選択基準に基づいてリレーションシップを選択するパッケージ。

返品

PackageRelationshipSelector(Uri, PackageRelationshipSelectorType, String) コンストラクターに指定された選択パラメーターと一致するリレーションシップの一覧。

例外

packagenullです。

適用対象