PackageRelationshipSelector コンストラクター

定義

PackageRelationshipSelector クラスの新しいインスタンスを初期化します。

public:
 PackageRelationshipSelector(Uri ^ sourceUri, System::IO::Packaging::PackageRelationshipSelectorType selectorType, System::String ^ selectionCriteria);
public PackageRelationshipSelector (Uri sourceUri, System.IO.Packaging.PackageRelationshipSelectorType selectorType, string selectionCriteria);
new System.IO.Packaging.PackageRelationshipSelector : Uri * System.IO.Packaging.PackageRelationshipSelectorType * string -> System.IO.Packaging.PackageRelationshipSelector
Public Sub New (sourceUri As Uri, selectorType As PackageRelationshipSelectorType, selectionCriteria As String)

パラメーター

sourceUri
Uri

リレーションシップを所有する または Package (="/") の UNIFORM リソース識別子 (SourceUriURIPackagePart)。

selectorType
PackageRelationshipSelectorType

selectionCriteria のタイプ。リレーションシップ Id またはリレーションシップ Type のいずれか。

selectionCriteria
String

selectorType に基づいてリレーションシップを選択する際に使用する条件文字列。

例外

sourceUri または selectionCriterianull です。

selectorType パラメーターが有効ではありません。

selectorTypeパラメーターは ですがIdselectionCriteria、有効な XML スキーマ定義 (XSD) 識別子 (ID) ではありません。

指定した selectionCriteriaselectorType が有効ではありません。

- または -

sourceUriPackage ルート ("/") ではなく、有効な PackagePart URI でもありません。

適用対象

こちらもご覧ください