IVsTextMarkerGlyphDropHandler.DropAtLocation 메서드
지정 된 위치에서 삭제 되 고 문자를 처리 하는 클라이언트를 지시 합니다.
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
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
매개 변수
dwReserved
형식: UInt32[in] 사용 하지 않습니다.
pDestView
형식: Microsoft.VisualStudio.TextManager.Interop.IVsTextView[in] 대상 뷰 포인터입니다. 자세한 내용은 IVsTextView를 참조하십시오.
pDestBuffer
형식: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in] 대상 버퍼에 대 한 포인터입니다. 자세한 내용은 IVsTextLines를 참조하십시오.
iLine
형식: Int32[in] 텍스트 버퍼에 선 합니다.
iIndex
형식: Int32[in] 텍스트 버퍼에서 인덱스 위치 줄 내에서 문자.
pdwDropResult
형식: UInt32%[out] 놓기 상태를 나타냅니다. 결합 하는 비트와 나의 CUSTOM_DROP_HANDLER_FLAGS.
반환 값
형식: Int32
메서드가 성공 하면, 반환 S_OK.실패할 경우 오류 코드를 반환합니다.
설명
COM 시그니처
Textmgr.idl에서:
HRESULT IVsTextMarkerGlyphDropHandler::DropAtLocation(
[in] DWORD dwReserved,
[in] IVsTextView *pDestView,
[in] IVsTextLines *pDestBuffer,
[in] long iLine,
[in] CharIndex iIndex,
[out] DWORD *pdwDropResult
);
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.