IVsTextLayer.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 ReleaseLineDataEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pLineData);
int ReleaseLineDataEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pLineData);
public int ReleaseLineDataEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pLineData);
abstract member ReleaseLineDataEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] -> int
Public Function 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 IVsTextLayer::ReleaseLineDataEx(
[in] LINEDATAEX *pLineData
);