FormTemplate.Manifest 属性

定义

获取一个位于表单模板的表单定义 (.xsf) 文件的根节点处的 XPathNavigator 对象。

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

属性值

位于表单模板的表单定义 (.xsf) 文件的根节点处的 XPathNavigator 对象。

注解

返回的 XPathNavigator 对象是读写的,但在关闭对象时 FormTemplate 不会保存更改。

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

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

适用于