IVsTextLines.Reserved6 Method

Definition

Reserved in the Vtable for future use.

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

Applies to