SignedDataBlock.XPath 属性

定义

获取对象表示 SignedDataBlock 的数据集的 XPath 表达式。

public:
 abstract property System::Xml::XPath::XPathExpression ^ XPath { System::Xml::XPath::XPathExpression ^ get(); };
public abstract System.Xml.XPath.XPathExpression XPath { get; }
member this.XPath : System.Xml.XPath.XPathExpression
Public MustOverride ReadOnly Property XPath As XPathExpression

属性值

对象表示 SignedDataBlock 的数据集的 XPath 表达式。

注解

XPath 属性的值对应于在表单模板中定义数据集时,在“可签名数据集”对话框中的“字段和组”框中指定的 XPath 表达式。

此成员只能由与当前打开的表单在相同域中运行的表单访问,或者由已授予跨域权限的表单访问。

可以通过 Microsoft InfoPath Filler 中打开的表单中运行的代码访问此类型或成员。

适用于