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.
Gets the position in the list of source spans at which the change occurred.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property SpanPosition As Integer
public int SpanPosition { get; }
public:
property int SpanPosition {
int get ();
}
member SpanPosition : int with get
function get SpanPosition () : int
Property Value
Type: System.Int32
The position in the list of source spans at which the change occurred.
.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.