IVsTextLayerMarker.ExecMarkerCommand(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the specified marker command.
public:
int ExecMarkerCommand(int iItem);
public:
int ExecMarkerCommand(int iItem);
int ExecMarkerCommand(int iItem);
public int ExecMarkerCommand (int iItem);
abstract member ExecMarkerCommand : int -> int
Public Function ExecMarkerCommand (iItem As Integer) As Integer
Parameters
- iItem
- Int32
[in] The marker command value, see MarkerCommandValues.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextLayerMarker::ExecMarkerCommand(
[in] long iItem
);