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
- unusedPointer
Type: System.IntPtr
- tag
Type: System.Int32
- arg
Type: System.Int32
- drop
Type: System.Boolean
- free
Type: System.Boolean
- urlIn
Type: System.String
- urlInLength
Type: System.Int32
- urlOut
Type: System.IntPtr
- urlOutLength
Type: System.Int32
Return Value
Type: System.Boolean