IVsTextLayerMarker.SetBehavior(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the marker behavior.
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 marker behavior.
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 IVsTextLayerMarker::SetBehavior(
[in] DWORD dwBehavior
);