PackageRelationship.RelationshipType プロパティ

定義

リレーションシップの修飾型名を取得します。

public:
 property System::String ^ RelationshipType { System::String ^ get(); };
public string RelationshipType { get; }
member this.RelationshipType : string
Public ReadOnly Property RelationshipType As String

プロパティ値

リレーションシップの修飾型名。

注釈

RelationshipType 、リレーションシップを作成した Package メソッドCreateRelationship または PackagePart.CreateRelationship メソッドの呼び出しで指定されます。 リレーションシップが作成された後は、 を RelationshipType 変更できません。

RelationshipType は URI に似た構文で定義され、リレーションシップのロールを識別します。 たとえば、 "http://schemas.microsoft.com/xps/2005/06/required-resource" は、"required-resource" であるターゲット パーツとの関係を識別します。

パッケージ全体のリレーションシップの種類

[説明] [リレーションシップの種類]
コア プロパティ 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

パッケージのリレーションシップの種類の詳細については、「 Open Packaging Conventions 仕様の第 3 章および付録 I」を https://www.ecma-international.org/publications-and-standards/standards/ecma-376/参照してください。

適用対象

こちらもご覧ください