Share via


ITextDocument.Location 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
ReadOnly Property Location As SourceLocation 
    Get
'Usage
Dim instance As ITextDocument 
Dim value As SourceLocation 

value = instance.Location
SourceLocation Location { get; }
property SourceLocation Location {
    SourceLocation get ();
}
abstract Location : SourceLocation
function get Location () : SourceLocation

Property Value

Type: System.Web.Razor.Text.SourceLocation

See Also

Reference

ITextDocument Interface

System.Web.Razor.Text Namespace