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 | |
---|---|---|
![]() |
Length | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.) |
![]() |
Location | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
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 | |
---|---|---|
![]() |
Peek | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.) |
![]() |
Read | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ITextBuffer.) |
Top