XPathTypedValue.XPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 对象的 XPath 表达式 XPathTypedValue 。
public:
abstract property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public abstract string XPath { get; set; }
member this.XPath : string with get, set
Public MustOverride Property XPath As String
属性值
为返回 XPathTypedValue 的对象定义的 XPath 表达式。
注解
可以无限制访问此成员。
可以通过 Microsoft InfoPath Filler 或 Web 浏览器内打开的表单中运行的代码访问此类型或成员。