|
ymm4-plugin-document
|
ファイルアイテムが実装するインターフェースです。 [詳解]
公開メンバ関数 | |
| global::System.Collections.Generic.IEnumerable< string > | GetFiles () |
| 関連するファイルのパスのコレクションを取得します。 | |
| void | ReplaceFile (string from, string to) |
| ファイルのパスを置換します。 | |
ファイルアイテムが実装するインターフェースです。
| global.System.Collections.Generic.IEnumerable< string > YukkuriMovieMaker.Project.IFileItem.GetFiles | ( | ) |
関連するファイルのパスのコレクションを取得します。
| void YukkuriMovieMaker.Project.IFileItem.ReplaceFile | ( | string | from, |
| string | to ) |
ファイルのパスを置換します。
| from | 置換元のファイルパス。 |
| to | 置換先のファイルパス。 |