IVsTextLineMarker.SetBehavior(UInt32) Method

Definition

Sets the behavior of a text marker.

public:
 int SetBehavior(System::UInt32 dwBehavior);
public:
 int SetBehavior(unsigned int dwBehavior);
int SetBehavior(unsigned int dwBehavior);
public int SetBehavior (uint dwBehavior);
abstract member SetBehavior : uint32 -> int
Public Function SetBehavior (dwBehavior As UInteger) As Integer

Parameters

dwBehavior
UInt32

[in] The MARKERBEHAVIORFLAGS.

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

Applies to