Compartir a través de


XPathTypedValue.XPath (Propiedad)

Obtiene o establece la expresión de XPath de un objeto XPathTypedValue.

Espacio de nombres: Microsoft.Office.InfoPath
Ensamblado: Microsoft.Office.InfoPath (en microsoft.office.infopath.dll)

Sintaxis

'Declaración
Public MustOverride Property XPath As String
'Uso
Dim instance As XPathTypedValue
Dim value As String

value = instance.XPath

instance.XPath = value
public abstract string XPath { get; set; }

Valor de propiedad

Expresión de XPath que se define para el objeto XPathTypedValue devuelto.

Comentarios

Se puede obtener acceso a este miembro sin restricciones.

Se puede tener acceso a este tipo o miembro desde un código ejecutado en formularios abiertos en Microsoft Office InfoPath 2007 o en un explorador Web.

Vea también

Referencia

XPathTypedValue (Clase)
XPathTypedValue (Miembros)
Microsoft.Office.InfoPath (Espacio de nombres)