XPathTypedValue.SetStringValue(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie une chaîne littérale pour un XPathTypedValue objet .
public:
abstract void SetStringValue(System::String ^ newValue);
public abstract void SetStringValue (string newValue);
abstract member SetStringValue : string -> unit
Public MustOverride Sub SetStringValue (newValue As String)
Paramètres
- newValue
- String
Expression XPath.
Exceptions
Le paramètre passé à cette méthode est une référence null (Nothing en Visual Basic).
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.