XPathTypedValue.SetStringValue - Méthode
Spécifie une chaîne littérale pour un objet XPathTypedValue.
Espace de noms : Microsoft.Office.InfoPath
Assembly : Microsoft.Office.InfoPath (dans Microsoft.Office.InfoPath.dll)
Syntaxe
'Déclaration
Public MustOverride Sub SetStringValue ( _
newValue As String _
)
'Utilisation
Dim instance As XPathTypedValue
Dim newValue As String
instance.SetStringValue(newValue)
public abstract void SetStringValue(
string newValue
)
Paramètres
newValue
Type : System.StringExpression XPath.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre passé à cette méthode est une référence Null (Rien dans Visual Basic). |
ArgumentException | Le paramètre passé à cette méthode n'est pas valide. Par exemple, le type ou le format est incorrect. |
Remarques
Vous pouvez accéder à ce membre sans restrictions.
Vous pouvez accéder à ce type ou à ce membre à partir du code exécuté dans les formulaires ouverts dans Microsoft InfoPath Filler ou dans un navigateur web.