Metodo DedNetApplicationCreateStateCommand
             | 
          
        
        
            Crea un nuovo comando di impostazione stato documento.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic DedStateCommand CreateStateCommand(
	DedState targetState
)
Public Function CreateStateCommand ( 
	targetState As DedState
) As DedStateCommand
public:
DedStateCommand^ CreateStateCommand(
	DedState^ targetState
)
member CreateStateCommand : 
        targetState : DedState -> DedStateCommand Parametri
- targetState  DedState
 - Stato di destinazione.
 
Valore di ritorno
DedStateCommandRestituisce il comando.
Vedi anche