Costruttore DedNetAcadAppImportPackAndGoPresetCodingOperationEventArgs 
             | 
          
        
         
            Costruttore
            
 
    Namespace: 
   DedNetAcad
    Assembly:
   DedNetAcad (in DedNetAcad.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic ImportPackAndGoPresetCodingOperationEventArgs(
	string fullfilename,
	Dictionary<string, Object> dizAttr
)
Public Sub New ( 
	fullfilename As String,
	dizAttr As Dictionary(Of String, Object)
)
public:
ImportPackAndGoPresetCodingOperationEventArgs(
	String^ fullfilename, 
	Dictionary<String^, Object^>^ dizAttr
)
new : 
        fullfilename : string * 
        dizAttr : Dictionary<string, Object> -> ImportPackAndGoPresetCodingOperationEventArgsParametri
- fullfilename
 - Tipo: SystemString
Filename del documento in importazione. - dizAttr
 - Tipo: System.Collections.GenericDictionaryString, Object
Dizionario contenete attributi documento. 
Vedi anche