del método ProjectWorkflowContext.SerializeToXml
Serializa el contexto del flujo de trabajo de proyecto a XML.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Function SerializeToXml As String
'Uso
Dim instance As ProjectWorkflowContext
Dim returnValue As String
returnValue = instance.SerializeToXml()
public string SerializeToXml()
Valor devuelto
Tipo: System.String
Los datos XML serializados representan el contexto de flujo de trabajo del proyecto.