NewSpanMapping Struct
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.
Used to create a new span mapping.
public value class NewSpanMapping
C++/WinRT
struct NewSpanMapping
public struct NewSpanMapping
type NewSpanMapping = struct
Public Structure NewSpanMapping
- Inheritance
-
NewSpanMapping
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.
tsp |
Describes the two spans that are to be mapped to each other. |
var |
Any data supplied by the user. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |