NewSpanMapping Struct
Definition
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
struct NewSpanMapping
public struct NewSpanMapping
type NewSpanMapping = struct
Public Structure NewSpanMapping
- Inheritance
-
NewSpanMapping
Remarks
COM Signature
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.
Fields
tspSpans |
Describes the two spans that are to be mapped to each other. |
varUserData |
Any data supplied by the user. |