Location Class

Definition

Caution

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Implements the Location interface.

public ref class Location : Microsoft::Vsa::Vb::CodeDOM::_Location
[System.Runtime.InteropServices.Guid("1B2E3B3F-490A-4f4c-8C76-D94F59FE6400")]
public class Location : Microsoft.Vsa.Vb.CodeDOM._Location
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.Guid("0D17A350-6585-4f3d-B008-6827EBDE5D85")]
public class Location : Microsoft.Vsa.Vb.CodeDOM._Location
[<System.Runtime.InteropServices.Guid("1B2E3B3F-490A-4f4c-8C76-D94F59FE6400")>]
type Location = class
    interface _Location
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.Guid("0D17A350-6585-4f3d-B008-6827EBDE5D85")>]
type Location = class
    interface _Location
Public Class Location
Implements _Location
Inheritance
Location
Attributes
Implements

Constructors

Location()

Properties

BeginningColumn

Gets or sets the beginning column.

BeginningLine

Gets or sets the beginning line.

EndColumn

Gets or sets the end column.

EndLine

Gets or sets the end line.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to