PackageRelationshipSelector 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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(SourceUri
Uniform Resource Identifier)입니다.
- selectorType
- PackageRelationshipSelectorType
- selectionCriteria
- String
selectorType
을 기준으로 관계를 선택하는 데 사용되는 한정 문자열입니다.
예외
sourceUri
또는 selectionCriteria
가 null
인 경우
selectorType
매개 변수가 잘못된 경우
매개 변수는 selectorType
Id 이지만 selectionCriteria
유효한 XSD(XML 스키마 정의) 식별자(ID)가 아닙니다.
지정된 selectionCriteria
에 대해 selectorType
가 유효하지 않은 경우
또는
sourceUri
가 Package 루트(“/”)가 아니고 유효한 PackagePart URI도 아닌 경우
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET