OverviewMarkTag Constructor
Initializes a new instance of an OverviewMarkTag.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
markKindName As String _
)
public OverviewMarkTag(
string markKindName
)
public:
OverviewMarkTag(
String^ markKindName
)
new :
markKindName:string -> OverviewMarkTag
public function OverviewMarkTag(
markKindName : String
)
Parameters
markKindName
Type: StringThe kind of mark.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.