SafeHtmlWrapper.EditOrDropUrls Delegate

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Infrastructure
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Delegate Function EditOrDropUrls ( _
    unusedPointer As IntPtr, _
    tag As Integer, _
    arg As Integer, _
    ByRef drop As Boolean, _
    ByRef free As Boolean, _
    urlIn As String, _
    urlInLength As Integer, _
    ByRef urlOut As IntPtr, _
    ByRef urlOutLength As Integer _
) As Boolean
'Usage
Dim instance As New EditOrDropUrls(AddressOf HandlerMethod)
public delegate bool EditOrDropUrls(
    IntPtr unusedPointer,
    int tag,
    int arg,
    ref bool drop,
    ref bool free,
    string urlIn,
    int urlInLength,
    ref IntPtr urlOut,
    ref int urlOutLength
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Microsoft.Office.Server.Infrastructure Namespace