TKMP.DLLのダウンロード

保持しているサブパートの読み出しを行う

Namespace:  TKMP.Reader
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public PartCollection PartCollection { get; }
Visual Basic (Declaration)
Public ReadOnly Property PartCollection As PartCollection

Remarks

サブパートのコレクションクラスを返します。

マルチパートでない場合は、サイズ0のコレクションを返します。

See Also