IVsTextStorage.Storage_ReleaseLineDataEx(LINEDATAEX[]) Method

Definition

Releases previously obtained line data.

int Storage_ReleaseLineDataEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pLineData);

Parameters

pLineData
LINEDATAEX[]

[in] The line data to be released.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextStorage::Storage_ReleaseLineDataEx(  
   [in] LINEDATAEX *pLineData  
);  

Applies to