IVsSyntheticRegion::SetBaseBufferAnchor Method (Int32, Int32)
Visual Studio 2015
Sets the base buffer anchor of the region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iAnchorLine
-
Type:
System::Int32
[in] The index of the base buffer line location.
- iAnchorIndex
-
Type:
System::Int32
[in] The current base buffer location of the region.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSyntheticRegion::SetBaseBufferAnchor( [in] long iAnchorLine, [in] long iAnchorIndex );
Show: