IVsTextLines.Reserved3 Method

Definition

Reserved in the Vtable for future use.

public:
 int Reserved3();
public:
 int Reserved3();
int Reserved3();
public int Reserved3 ();
abstract member Reserved3 : unit -> int
Public Function Reserved3 () As Integer

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 IVsTextLines::Reserved3();  

Applies to