PackageRelationship.RelationshipType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관계의 정규화된 형식 이름을 가져옵니다.
public:
property System::String ^ RelationshipType { System::String ^ get(); };
public string RelationshipType { get; }
member this.RelationshipType : string
Public ReadOnly Property RelationshipType As String
속성 값
관계의 정규화된 형식 이름입니다.
설명
는 RelationshipTypePackage에 대한 호출에서 지정됩니다.CreateRelationship 또는 관계를 만든 PackagePart.CreateRelationship 메서드입니다. 관계를 만든 후에는 를 RelationshipType 변경할 수 없습니다.
RelationshipType 는 URI와 유사한 구문에 정의되고 관계의 역할을 식별합니다. 예를 들어 는 "http://schemas.microsoft.com/xps/2005/06/required-resource"
"required-resource"인 대상 부분과의 관계를 식별합니다.
패키지 전체 관계 유형
Description | 관계 유형 |
---|---|
핵심 속성 | http://schemas.microsoft.com/package/2006/relationships/metadata/core-properties |
디지털 서명 | http://schemas.microsoft.com/package/2006/relationships/digital-signature/signature |
디지털 서명 인증서 | http://schemas.microsoft.com/package/2006/relationships/digital-signature/certificate |
디지털 서명 원본 | http://schemas.microsoft.com/package/2006/relationships/digital-signature/origin |
미리 보기 | http://schemas.microsoft.com/package/2006/relationships/metadata/thumbnail |
패키지 관계 유형에 대한 자세한 내용은 에서 https://www.ecma-international.org/publications-and-standards/standards/ecma-376/다운로드할 수 있는 Open Packaging Conventions 사양의 챕터 3 및 부록 I를 참조하세요.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET