VideoReferenceRelationship クラス

定義

MediaDataPart 要素に対する内部ビデオ参照関係を表します。

public class VideoReferenceRelationship : DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship
type VideoReferenceRelationship = class
    inherit DataPartReferenceRelationship
Public Class VideoReferenceRelationship
Inherits DataPartReferenceRelationship
継承

コンストラクター

名前 説明
VideoReferenceRelationship(MediaDataPart, String)

指定された MediaDataPart とリレーションシップ ID を使用して、VideoReferenceRelationship クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Container

ReferenceRelationshipを保持する所有者OpenXmlPartContainerを取得します。

(継承元 ReferenceRelationship)
DataPart

参照先の DataPart を取得します。

(継承元 DataPartReferenceRelationship)
Id

リレーションシップ ID を取得します。

(継承元 ReferenceRelationship)
IsExternal

リレーションシップのターゲットが OpenXmlPackageの内部または外部であるかどうかを示す値を取得します。

(継承元 ReferenceRelationship)
RelationshipType

ビデオ参照のリレーションシップの種類を取得します。

Uri

リレーションシップのターゲット URI を取得します。

(継承元 ReferenceRelationship)
VideoReferenceRelationshipType

オーディオ参照のソースリレーションシップの種類を取得します。

適用対象