Compartir a través de


IVsTextMarker.SetBehavior (Método)

Establece el comportamiento de un marcador de texto.

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

Sintaxis

'Declaración
Function SetBehavior ( _
    dwBehavior As UInteger _
) As Integer
int SetBehavior(
    uint dwBehavior
)
int SetBehavior(
    [InAttribute] unsigned int dwBehavior
)
abstract SetBehavior : 
        dwBehavior:uint32 -> int
function SetBehavior(
    dwBehavior : uint
) : int

Parámetros

  • dwBehavior
    Tipo: UInt32

    [in] Puntero a DWORD que contiene el comportamiento del tipo de marcador. Para obtener una lista de valores de pdwBehavior , vea MARKERBEHAVIORFLAGS.

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 IVsTextMarker::SetBehavior(
   [in] DWORD dwBehavior
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextMarker Interfaz

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