Compartir a través de


IVsTextMarkerGlyphDropHandler.DropAtLocation (Método)

Indica el cliente que controle el glifo interrumpido en la ubicación especificada.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function DropAtLocation ( _
    dwReserved As UInteger, _
    pDestView As IVsTextView, _
    pDestBuffer As IVsTextLines, _
    iLine As Integer, _
    iIndex As Integer, _
    <OutAttribute> ByRef pdwDropResult As UInteger _
) As Integer
int DropAtLocation(
    uint dwReserved,
    IVsTextView pDestView,
    IVsTextLines pDestBuffer,
    int iLine,
    int iIndex,
    out uint pdwDropResult
)
int DropAtLocation(
    [InAttribute] unsigned int dwReserved, 
    [InAttribute] IVsTextView^ pDestView, 
    [InAttribute] IVsTextLines^ pDestBuffer, 
    [InAttribute] int iLine, 
    [InAttribute] int iIndex, 
    [OutAttribute] unsigned int% pdwDropResult
)
abstract DropAtLocation : 
        dwReserved:uint32 * 
        pDestView:IVsTextView * 
        pDestBuffer:IVsTextLines * 
        iLine:int * 
        iIndex:int * 
        pdwDropResult:uint32 byref -> int
function DropAtLocation(
    dwReserved : uint, 
    pDestView : IVsTextView, 
    pDestBuffer : IVsTextLines, 
    iLine : int, 
    iIndex : int, 
    pdwDropResult : uint
) : int

Parámetros

  • dwReserved
    Tipo: UInt32

    [in] no utilice.

  • iLine
    Tipo: Int32

    [in] Línea dentro del búfer de texto.

  • iIndex
    Tipo: Int32

    [in] Char la posición de índice dentro de la línea en el búfer de texto.

  • pdwDropResult
    Tipo: UInt32%

    [out] Indica el estado de entrega. el combinar con un bit a bit o de CUSTOM_DROP_HANDLER_FLAGS.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextMarkerGlyphDropHandler::DropAtLocation(
   [in] DWORD dwReserved,
   [in] IVsTextView *pDestView,
   [in] IVsTextLines *pDestBuffer,
   [in] long iLine,
   [in] CharIndex iIndex,
   [out] DWORD *pdwDropResult
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextMarkerGlyphDropHandler Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)