NewSpanMapping Structure
Visual Studio 2015
Used to create a new span mapping.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | tspSpans | Describes the two spans that are to be mapped to each other. |
![]() | varUserData | Any data supplied by the user. |
From singlefileeditor.idl:
typedef struct _tag_NewSpanMapping {
TextSpanPair tspSpans;
VARIANT varUserData;
} NewSpanMapping;
This structure is used in the IVsEnumBufferCoordinatorSpans interface and is returned by a call to the Next method. This structure is also passed to the SetSpanMappings method in the IVsTextBufferCoordinator interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

