del método WordViewerPage.GetMobileControlMarkup
NOTA: esta API está ahora obsoleta.
Obtener la composición procesada desde el adaptador de un control móvil Esto podría ayudar a uso evitar el problema de capacidad de tipos diferentes de representación
Espacio de nombres: Microsoft.Office.Web.MobileWordViewer
Ensamblado: Microsoft.Office.Web.MobileWordViewer (en Microsoft.Office.Web.MobileWordViewer.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Function GetMobileControlMarkup ( _
control As MobileControl _
) As String
'Uso
Dim instance As WordViewerPage
Dim control As MobileControl
Dim returnValue As String
returnValue = instance.GetMobileControlMarkup(control)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public string GetMobileControlMarkup(
MobileControl control
)
Parámetros
- control
Tipo: System.Web.UI.MobileControls.MobileControl
Valor devuelto
Tipo: System.String