PackageRelationship.RelationshipType 속성

정의

관계의 정규화된 형식 이름을 가져옵니다.

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를 참조하세요.

적용 대상

추가 정보