del método WordViewerPage.AddRadioSelections
NOTA: esta API está ahora obsoleta.
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 Shared Sub AddRadioSelections ( _
controls As ControlCollection, _
id As String, _
items As MobileListItem(), _
defaultItem As Integer _
)
'Uso
Dim controls As ControlCollection
Dim id As String
Dim items As MobileListItem()
Dim defaultItem As IntegerWordViewerPage.AddRadioSelections(controls, _
id, items, defaultItem)
[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 static void AddRadioSelections(
ControlCollection controls,
string id,
MobileListItem[] items,
int defaultItem
)
Parámetros
- controls
Tipo: System.Web.UI.ControlCollection
- id
Tipo: System.String
- items
Tipo: []
- defaultItem
Tipo: System.Int32