IVsCanCoordinatorClipTextSpan Interface

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.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("215564F6-7007-4826-9384-9ED0E962DE27")> _
Public Interface IVsCanCoordinatorClipTextSpan
[InterfaceTypeAttribute()]
[GuidAttribute("215564F6-7007-4826-9384-9ED0E962DE27")]
public interface IVsCanCoordinatorClipTextSpan
[InterfaceTypeAttribute()]
[GuidAttribute(L"215564F6-7007-4826-9384-9ED0E962DE27")]
public interface class IVsCanCoordinatorClipTextSpan
[<InterfaceTypeAttribute()>]
[<GuidAttribute("215564F6-7007-4826-9384-9ED0E962DE27")>]
type IVsCanCoordinatorClipTextSpan =  interface end
public interface IVsCanCoordinatorClipTextSpan

The IVsCanCoordinatorClipTextSpan type exposes the following members.

Methods

  Name Description
Public method ShouldClipSpanToValidSpanInSecondaryBuffer Determines whether the buffer coordinator should clip a text span to a valid span in the secondary buffer.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace