Location Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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 a interface Location.
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
- Herança
-
Location
- Atributos
- Implementações
Construtores
| Nome | Description |
|---|---|
| Location() |
Obsoleto.
Implementa a interface Location. |
Propriedades
| Nome | Description |
|---|---|
| BeginningColumn |
Obsoleto.
Obtém ou define a coluna inicial. |
| BeginningLine |
Obsoleto.
Obtém ou define a linha inicial. |
| EndColumn |
Obsoleto.
Obtém ou define a coluna final. |
| EndLine |
Obsoleto.
Obtém ou define a linha final. |
Métodos
| Nome | Description |
|---|---|
| Equals(Object) |
Obsoleto.
Determina se o objeto especificado é igual ao objeto atual. (Herdado de Object) |
| GetHashCode() |
Obsoleto.
Serve como a função de hash padrão. (Herdado de Object) |
| GetType() |
Obsoleto.
Obtém o Type da instância atual. (Herdado de Object) |
| MemberwiseClone() |
Obsoleto.
Cria uma cópia superficial do Objectatual. (Herdado de Object) |
| ToString() |
Obsoleto.
Retorna uma cadeia de caracteres que representa o objeto atual. (Herdado de Object) |