Share via


ITextDocument Interface

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
Public Interface ITextDocument _
    Inherits ITextBuffer
'Usage
Dim instance As ITextDocument
public interface ITextDocument : ITextBuffer
public interface class ITextDocument : ITextBuffer
type ITextDocument =  
    interface 
        interface ITextBuffer 
    end
public interface ITextDocument extends ITextBuffer

The ITextDocument type exposes the following members.

Properties

  Name Description
Public property Length This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.)
Public property Location This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public property Position This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.)

Top

Methods

  Name Description
Public method Peek This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.)
Public method Read This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.)

Top

See Also

Reference

System.Web.Razor.Text Namespace