Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the Z-order of the marker when it is drawn on the text marker adornment layer.
Namespace: Microsoft.VisualStudio.Text.Classification
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Protected Property ZOrder As Integer
protected int ZOrder { get; set; }
protected:
property int ZOrder {
int get ();
void set (int value);
}
member ZOrder : int with get, set
function get ZOrder () : int
function set ZOrder (value : int)
Property Value
Type: System.Int32
The marker Z-order.
Remarks
This property can be used to specify in which order multiple markers should be drawn when they all overlap the same span of text.
.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.