Compartir a través de


IVsTextLayerMarker.SetBehavior (Método)

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]

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayerMarker Interfaz

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