If the 
C1LinkTargetFile.FileName parameter specifies an executable file, this is a string specifying the parameters to be passed to the application. The format of this string is determined by the verb that is to be invoked. If 
C1LinkTargetFile.FileName specifies a document file, this should be an empty string.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public ReadOnly Property Parameters As System.String
             
        
            
            '使用法
 
Dim instance As C1LinkTargetFile
Dim value As System.String
 
value = instance.Parameters
             
        
            
            public System.string Parameters {get;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照