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" は、"必須リソース" であるターゲット パーツとの関係を識別します。

リレーションシップの種類のPackage-Wide

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/仕様の第 3 章と付録 I を参照してください。

適用対象

こちらもご覧ください