Metodo DedAttCreateDeleteCommand
             | 
          
        
        
            Crea, inizializza e restituisce il comando per l'eliminazione di un elemento.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassiprotected override QSDeleteCommand CreateDeleteCommand(
	DedAttItem item
)
Protected Overrides Function CreateDeleteCommand ( 
	item As DedAttItem
) As QSDeleteCommand
protected:
virtual QSDeleteCommand^ CreateDeleteCommand(
	DedAttItem^ item
) override
abstract CreateDeleteCommand : 
        item : DedAttItem -> QSDeleteCommand 
override CreateDeleteCommand : 
        item : DedAttItem -> QSDeleteCommand Parametri
- item  DedAttItem
 - Elemento da utilizzare per inizializzare il comando.
 
Valore di ritorno
QSDeleteCommandIl comando inizializzato, pronto per essere eseguito.
Vedi anche