Compartir a través de


: ActionParameter.ReadXml (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Reads an ActionParameter object from an XML stream.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Shared Function ReadXml ( _
    xmlReader As XmlReader, _
    context As ParseContext, _
    action As Action, _
    packageContents As PackageContents _
) As ActionParameter
'Uso
Dim xmlReader As XmlReader
Dim context As ParseContext
Dim action As Action
Dim packageContents As PackageContents
Dim returnValue As ActionParameter

returnValue = ActionParameter.ReadXml(xmlReader, context, action, packageContents)
public static ActionParameter ReadXml (
    XmlReader xmlReader,
    ParseContext context,
    Action action,
    PackageContents packageContents
)

Parámetros

  • xmlReader
    The xmlReader object to be read.
  • context
    The parse context.
  • action
    The parent Action object.
  • packageContents
    One of the PackageContents enumeration values.

Comentarios

This method is used during import, but may also be used to materialize a single ActionParameter from an XML blob. Properties, Permissions, LocalizedNames may also be read (and must exist in the XML) depending on the contents of the PackageContents parameter.

Vea también

Referencia

ActionParameter (Clase)
ActionParameter (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)