IContinueCallback.FContinuePrinting Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub FContinuePrinting ( _
nCntPrinted As Integer, _
nCurPage As Integer, _
pwszPrintStatus As String _
)
void FContinuePrinting(
int nCntPrinted,
int nCurPage,
string pwszPrintStatus
)
Parameters
- nCntPrinted
Type: System.Int32
- nCurPage
Type: System.Int32
- pwszPrintStatus
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.