다음을 통해 공유


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 (="/")의 PackagePart URI(SourceUriUniform Resource Identifier)입니다.

selectorType
PackageRelationshipSelectorType

selectionCriteria의 형식입니다. 이는 관계 Id이거나 관계 Type입니다.

selectionCriteria
String

selectorType을 기준으로 관계를 선택하는 데 사용되는 한정 문자열입니다.

예외

sourceUri 또는 selectionCriterianull인 경우

selectorType 매개 변수가 잘못된 경우

매개 변수는 selectorTypeId 이지만 selectionCriteria 유효한 XSD(XML 스키마 정의) 식별자(ID)가 아닙니다.

지정된 selectionCriteria에 대해 selectorType가 유효하지 않은 경우

또는

sourceUriPackage 루트(“/”)가 아니고 유효한 PackagePart URI도 아닌 경우

적용 대상

추가 정보