Document Library for WinForms
C1LinkTargetFile コンストラクタ(String,String,String,String)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1LinkTargetFile クラス > C1LinkTargetFile コンストラクタ : C1LinkTargetFile コンストラクタ(String,String,String,String)
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
The shell command to execute (see Command for details).
The command parameters.
The directory where the command is executed.
Initializes a new instance of the C1LinkTargetFile class.
シンタックス
'宣言
 
Public Function New( _
   ByVal fileName As System.String, _
   ByVal command As System.String, _
   ByVal parameters As System.String, _
   ByVal directory As System.String _
)
public C1LinkTargetFile( 
   System.string fileName,
   System.string command,
   System.string parameters,
   System.string directory
)

パラメータ

fileName
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
command
The shell command to execute (see Command for details).
parameters
The command parameters.
directory
The directory where the command is executed.
参照

C1LinkTargetFile クラス
C1LinkTargetFile メンバ
オーバーロード一覧