IVsTextLayerMarker.ExecMarkerCommand(Int32) Method

Definition

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  
);  

Applies to