UserPermission.Parent 属性

返回 UserPermission 对象的父对象。

命名空间:  Microsoft.Office.Interop.InfoPath.SemiTrust
程序集:  Microsoft.Office.Interop.InfoPath.SemiTrust(位于 Microsoft.Office.Interop.InfoPath.SemiTrust.dll 中)

语法

声明
ReadOnly Property Parent As Object
    Get
用法
Dim instance As UserPermission
Dim value As Object

value = instance.Parent
Object Parent { get; }

属性值

类型:System.Object
UserPermission 对象的父对象。

备注

由于 Microsoft InfoPath 无法识别 UserPermission 对象及其成员,因此您必须将 thisXDocument 变量返回的对象强制转换成 _XDocument3 类型,才能访问此对象及其成员。有关详细信息,请参阅如何:使用与 InfoPath 2003 不兼容的 Microsoft.Office.Interop.InfoPath.SemiTrust 成员

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

另请参阅

引用

UserPermission 接口

UserPermission 成员

Microsoft.Office.Interop.InfoPath.SemiTrust 命名空间