IVsCanCoordinatorClipTextSpan Interface

Definition

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.

Applies to