Metodo DocStructInfoIsInParentCollection
             | 
          
        
        
            Controlla se l'oggetto passato non sia lo stesso di quello corrente o che non sia nell'elenco dei padri
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool IsInParentCollection(
	DocStructInfo refDs,
	DocStructInfo ds
)
Public Shared Function IsInParentCollection ( 
	refDs As DocStructInfo,
	ds As DocStructInfo
) As Boolean
public:
static bool IsInParentCollection(
	DocStructInfo^ refDs, 
	DocStructInfo^ ds
)
static member IsInParentCollection : 
        refDs : DocStructInfo * 
        ds : DocStructInfo -> bool Parametri
- refDs  DocStructInfo
 -  
 - ds  DocStructInfo
 -  
 
Valore di ritorno
Boolean
Vedi anche