IVsTextLines.Reserved10 Method

Definition

Reserved in the Vtable for future use.

public:
 int Reserved10();
public:
 int Reserved10();
int Reserved10();
public int Reserved10 ();
abstract member Reserved10 : unit -> int
Public Function Reserved10 () 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::Reserved10();  

Applies to