IVsSyntheticTextClient::ExecMarkerCommand Method (IVsSyntheticRegion^, Int32)
Visual Studio 2015
Execute the specified marker command on the specified synthetic region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pSynthReg
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsSyntheticRegion^
[in] The synthetic region of interest.
- iItem
-
Type:
System::Int32
[in] The marker command to execute. See MarkerCommandValues.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSyntheticTextClient::ExecMarkerCommand( [in] IVsSyntheticRegion *pSynthReg, [in] long iItem );
Show: