IDifferenceBuffer.RemoveSnapshotLineTransform(SnapshotLineTransform) 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.
Remove a custom SnapshotLineTransform previously added with AddSnapshotLineTransform(SnapshotLineTransform).
public:
bool RemoveSnapshotLineTransform(Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^ transform);
public:
bool RemoveSnapshotLineTransform(Microsoft::VisualStudio::Text::Differencing::SnapshotLineTransform ^ transform);
public bool RemoveSnapshotLineTransform (Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform transform);
abstract member RemoveSnapshotLineTransform : Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform -> bool
Public Function RemoveSnapshotLineTransform (transform As SnapshotLineTransform) As Boolean
Parameters
- transform
- SnapshotLineTransform
The transform to remove.
Returns
true
if the transform was found and removed, false
otherwise.