MARKERDATA Structure
Specifies directional options for locating markers.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Public Structure MARKERDATA
'使用
Dim instance As MARKERDATA
public struct MARKERDATA
public value class MARKERDATA
[<SealedAttribute>]
type MARKERDATA = struct end
JScript supports the use of structures, but not the declaration of new ones.
Remarks
This structure is used to pass information about markers that involve lines in a given range. The array is always sorted by marker priority from lowest to highest. For more information about marker priority, see MARKERTYPE.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.