Compartir a través de


Location Clase

Definición

Precaución

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.

Implementa la interfaz de ubicación.

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
Herencia
Location
Atributos
Implementaciones

Constructores

Location()
Obsoletos.

Implementa la interfaz de ubicación.

Propiedades

BeginningColumn
Obsoletos.

Obtiene o establece la columna inicial.

BeginningLine
Obsoletos.

Obtiene o establece la línea inicial.

EndColumn
Obsoletos.

Obtiene o establece la columna final.

EndLine
Obsoletos.

Obtiene o establece la línea final.

Métodos

Equals(Object)
Obsoletos.

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()
Obsoletos.

Sirve como la función hash predeterminada.

(Heredado de Object)
GetType()
Obsoletos.

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()
Obsoletos.

Crea una copia superficial del Object actual.

(Heredado de Object)
ToString()
Obsoletos.

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Se aplica a