IVsCanCoordinatorClipTextSpan Interface
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.
Provides a method for the language service to tell the buffer coordinator to clip the text span to a valid span in the secondary buffer.
public interface class IVsCanCoordinatorClipTextSpan
public interface class IVsCanCoordinatorClipTextSpan
__interface IVsCanCoordinatorClipTextSpan
[System.Runtime.InteropServices.Guid("215564F6-7007-4826-9384-9ED0E962DE27")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCanCoordinatorClipTextSpan
[System.Runtime.InteropServices.Guid("215564F6-7007-4826-9384-9ED0E962DE27")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCanCoordinatorClipTextSpan
[<System.Runtime.InteropServices.Guid("215564F6-7007-4826-9384-9ED0E962DE27")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCanCoordinatorClipTextSpan = interface
[<System.Runtime.InteropServices.Guid("215564F6-7007-4826-9384-9ED0E962DE27")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCanCoordinatorClipTextSpan = interface
Public Interface IVsCanCoordinatorClipTextSpan
- Attributes
Methods
ShouldClipSpanToValidSpanInSecondaryBuffer(IVsTextLines, IVsTextLines, TextSpan[], Int32) |
Determines whether the buffer coordinator should clip a text span to a valid span in the secondary buffer. |