'使用法 Dim fileName As System.String Dim command As System.String Dim instance As New C1LinkTargetFile(fileName, command)
パラメータ
- fileName
- ハイパーリンクジャンプで実行するファイルの名前(ドキュメント名、URL など)。
- command
- 実行するシェルコマンド(詳細は Commandを参照)。
'使用法 Dim fileName As System.String Dim command As System.String Dim instance As New C1LinkTargetFile(fileName, command)