IVsTextTrackingPoint.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 tracking point’s 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 behavior for the tracking point.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextTrackingPoint::SetBehavior(
[out] DWORD dwBehavior
);