ActionParameter.ReadXml, méthode (Microsoft.Office.Server.ApplicationRegistry.Administration)
Reads an ActionParameter object from an XML stream.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function ReadXml ( _
xmlReader As XmlReader, _
context As ParseContext, _
action As Action, _
packageContents As PackageContents _
) As ActionParameter
'Utilisation
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
)
Paramètres
- xmlReader
The xmlReader object to be read.
- context
The parse context.
- action
The parent Action object.
- packageContents
One of the PackageContents enumeration values.
Remarques
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.
Voir aussi
Référence
ActionParameter, classe
Membres ActionParameter
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms