Compartir a través de


IVsTextLineMarker.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

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLineMarker Interfaz

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