IVsTextTrackingPoint.GetBehavior(UInt32) Method

Definition

Gets the tracking point behavior.

public:
 int GetBehavior([Runtime::InteropServices::Out] System::UInt32 % pdwBehavior);
int GetBehavior([Runtime::InteropServices::Out] unsigned int & pdwBehavior);
public int GetBehavior (out uint pdwBehavior);
abstract member GetBehavior : uint32 -> int
Public Function GetBehavior (ByRef pdwBehavior As UInteger) As Integer

Parameters

pdwBehavior
UInt32

[out] The tracking point behavior.

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::GetBehavior(  
   [out] DWORD *pdwBehavior  
);  

Applies to