DataViewWebPart.GetInitEventArgs method
覆寫WebPart.GetInitEventArgs方法。呼叫執行的時間來蒐集此 Web 組件支援的介面資訊的組件至部分通訊。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetInitEventArgs ( _
interfaceName As String _
) As InitEventArgs
'用途
Dim instance As DataViewWebPart
Dim interfaceName As String
Dim returnValue As InitEventArgs
returnValue = instance.GetInitEventArgs(interfaceName)
public override InitEventArgs GetInitEventArgs(
string interfaceName
)
參數
interfaceName
Type: System.String通訊介面的被呼叫的需求資訊。
傳回值
Type: Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs
Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs此 Web 組件支援指定的介面初始化事件引數。