IVsTextStorage.Storage_ReleaseLineDataEx(LINEDATAEX[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases previously obtained line data.
public:
int Storage_ReleaseLineDataEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pLineData);
int Storage_ReleaseLineDataEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pLineData);
public int Storage_ReleaseLineDataEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pLineData);
abstract member Storage_ReleaseLineDataEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] -> int
Public Function Storage_ReleaseLineDataEx (pLineData As LINEDATAEX()) As Integer
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
);