SPMobileMessageServiceProvider - Constructeur (String)
Initialise une nouvelle instance de la classe SPMobileMessageServiceProvider en utilisant le format XML indiqué.
Espace de noms : Microsoft.SharePoint.MobileMessage
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
responseXml As String _
)
'Utilisation
Dim responseXml As String
Dim instance As New SPMobileMessageServiceProvider(responseXml)
public SPMobileMessageServiceProvider(
string responseXml
)
Paramètres
responseXml
Type : System.StringLa réponse sous forme de balisage XML.
Remarques
Lors de la réception à partir du service Web en réponse à une demande de balisage XML, appelez ce constructeur et transmettre le code XML en tant que paramètre.
Cette substitution comporte comme l'implémentation de base.
Voir aussi
Référence
SPMobileMessageServiceProvider classe
SPMobileMessageServiceProvider - Membres