Metodo IVsTextMarkerGlyphDropHandler.DropAtLocation
Indica al client di gestire il glifo che viene rilasciato nella posizione specificata.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
dwReserved
Tipo: UInt32[in] non utilizzare.
pDestView
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] Puntatore alla visualizzazione di destinazione. Per ulteriori informazioni, vedere IVsTextView.
pDestBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in] Puntatore al buffer di destinazione. Per ulteriori informazioni, vedere IVsTextLines.
iLine
Tipo: Int32[in] Riga nel buffer di testo.
iIndex
Tipo: Int32[in] Char la posizione di indice della riga nel buffer di testo.
pdwDropResult
Tipo: UInt32%[out] Indica lo stato di trascinamento. Combinando con un bit per bit o di CUSTOM_DROP_HANDLER_FLAGS.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextMarkerGlyphDropHandler::DropAtLocation(
[in] DWORD dwReserved,
[in] IVsTextView *pDestView,
[in] IVsTextLines *pDestBuffer,
[in] long iLine,
[in] CharIndex iIndex,
[out] DWORD *pdwDropResult
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.