Compartir a través de


IVsTextLayerMarker.ExecMarkerCommand (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function ExecMarkerCommand ( _
    iItem As Integer _
) As Integer
int ExecMarkerCommand(
    int iItem
)
int ExecMarkerCommand(
    [InAttribute] int iItem
)
abstract ExecMarkerCommand : 
        iItem:int -> int
function ExecMarkerCommand(
    iItem : int
) : int

Parámetros

  • iItem
    Tipo: Int32

    [in]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextLayerMarker::ExecMarkerCommand(
   [in] long iItem
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayerMarker Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)