Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
ShouldClipSpanToValidSpanInSecondaryBuffer | Determines whether the buffer coordinator should clip a text span to a valid span in the secondary buffer. |
Top
.gif)