Costruttore DocStructInfo
             | 
          
        
        
            Inizializza l'oggetto con i dati fondamentali.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected DocStructInfo(
	DedNetApplication app,
	DocStructInfoCollection parent,
	DocStructInfoDictionary elements,
	DocStructInfoOperationListDictionary operations,
	DocStructInfoFileDescriptor fileDescr,
	DocDepEnum depType
)
Protected Sub New ( 
	app As DedNetApplication,
	parent As DocStructInfoCollection,
	elements As DocStructInfoDictionary,
	operations As DocStructInfoOperationListDictionary,
	fileDescr As DocStructInfoFileDescriptor,
	depType As DocDepEnum
)
protected:
DocStructInfo(
	DedNetApplication^ app, 
	DocStructInfoCollection^ parent, 
	DocStructInfoDictionary^ elements, 
	DocStructInfoOperationListDictionary^ operations, 
	DocStructInfoFileDescriptor^ fileDescr, 
	DocDepEnum depType
)
new : 
        app : DedNetApplication * 
        parent : DocStructInfoCollection * 
        elements : DocStructInfoDictionary * 
        operations : DocStructInfoOperationListDictionary * 
        fileDescr : DocStructInfoFileDescriptor * 
        depType : DocDepEnum -> DocStructInfoParametri
- app  DedNetApplication
 - Applicazione di appartenenza.
 - parent  DocStructInfoCollection
 - Collezione di appartenenza (null per il primo oggetto della lista o dell'albero).
 - elements  DocStructInfoDictionary
 - Lista contenente tutti gli elementi della struttura. Passare null per il primo elemento dell'albero.
 - operations  DocStructInfoOperationListDictionary
 - fileDescr  DocStructInfoFileDescriptor
 - File del quale ricavare le informazioni.
 - depType  DocDepEnum
 - Tipo di dipendenza dell'elemento rispetto il padre (indifferente per il primo elemento).
 
Vedi anche