Class ComplexTypeBase

ComplexTypeBase class

XMP 複合値型の基本抽象化を表します。

public class ComplexTypeBase : XmpTypeBase

コンストラクター

名前説明
ComplexTypeBase(string, string)の新しいインスタンスを初期化しますComplexTypeBaseclass.

プロパティ

名前説明
NamespaceUri { get; }デフォルトの名前空間 URI を取得します。
Prefix { get; }プレフィックスを取得します。

メソッド

名前説明
override GetXmpRepresentation()文字列に含まれる値を XMP 形式で取得します。

備考

詳細: XMP 仕様パート 2、第 1.2.2 章

関連項目