Share via


ITextBuffer.Position Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Property Position As Integer 
    Get 
    Set
'Usage
Dim instance As ITextBuffer 
Dim value As Integer 

value = instance.Position

instance.Position = value
int Position { get; set; }
property int Position {
    int get ();
    void set (int value);
}
abstract Position : int with get, set
function get Position () : int 
function set Position (value : int)

Property Value

Type: System.Int32

See Also

Reference

ITextBuffer Interface

System.Web.Razor.Text Namespace