ymm4-plugin-document
読み取り中…
検索中…
一致する文字列を見つけられません
YukkuriMovieMaker.Project.IFileItem インタフェース

ファイルアイテムが実装するインターフェースです。 [詳解]

YukkuriMovieMaker.Project.IFileItem の継承関係図

公開メンバ関数

global::System.Collections.Generic.IEnumerable< string > GetFiles ()
 関連するファイルのパスのコレクションを取得します。
void ReplaceFile (string from, string to)
 ファイルのパスを置換します。

詳解

ファイルアイテムが実装するインターフェースです。

メソッド詳解

◆ GetFiles()

global.System.Collections.Generic.IEnumerable< string > YukkuriMovieMaker.Project.IFileItem.GetFiles ( )

関連するファイルのパスのコレクションを取得します。

戻り値
ファイルのパスのコレクション。

◆ ReplaceFile()

void YukkuriMovieMaker.Project.IFileItem.ReplaceFile ( string from,
string to )

ファイルのパスを置換します。

引数
from置換元のファイルパス。
to置換先のファイルパス。

このインタフェース詳解は次のファイルから抽出されました:
  • YukkuriMovieMaker.Plugin/YukkuriMovieMaker/Project/IFileItem.cs