SPListEvent.LoadHandler-Methode
HINWEIS: Diese API ist veraltet.
Dieser Typ oder Member unterstützt Microsoft Windows SharePoint Services und ist nicht für die direkte Verwendung in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use V3 style events")> _
Public Shared Function LoadHandler ( _
strAssembly As String, _
strClass As String, _
strUrl As String, _
strTitle As String, _
<OutAttribute> ByRef strFailureMessage As String _
) As IListEventSink
'Usage
Dim strAssembly As String
Dim strClass As String
Dim strUrl As String
Dim strTitle As String
Dim strFailureMessage As String
Dim returnValue As IListEventSink
returnValue = SPListEvent.LoadHandler(strAssembly, _
strClass, strUrl, strTitle, strFailureMessage)
[ObsoleteAttribute("Use V3 style events")]
public static IListEventSink LoadHandler(
string strAssembly,
string strClass,
string strUrl,
string strTitle,
out string strFailureMessage
)
Parameter
- strAssembly
Typ: System.String
- strClass
Typ: System.String
- strUrl
Typ: System.String
- strTitle
Typ: System.String
- strFailureMessage
Typ: System.String
Rückgabewert
Typ: Microsoft.SharePoint.IListEventSink