ListFormWebPart.GetInitEventArgs 方法
返回InitEventArgs对象中传递的接口的名称。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Function GetInitEventArgs ( _
interfaceName As String _
) As InitEventArgs
用法
Dim instance As ListFormWebPart
Dim interfaceName As String
Dim returnValue As InitEventArgs
returnValue = instance.GetInitEventArgs(interfaceName)
public override InitEventArgs GetInitEventArgs(
string interfaceName
)
参数
interfaceName
类型:System.String使用转换器Microsoft.SharePoint.WebPartPages.Communication命名空间中的接口的名称。
返回值
类型:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs
GetInitEventArgs() 方法返回的对象类型。
备注
此重写将返回 null ,如果指定接口的名称不存在。
转换器允许用户映射接口之间的字段。