Location Classe
Definição
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.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
- Herança
-
Location
- Atributos
- Implementações
Construtores
| Location() |
Propriedades
| BeginningColumn |
Obtém ou define a coluna inicial.Gets or sets the beginning column. |
| BeginningLine |
Obtém ou define a linha inicial.Gets or sets the beginning line. |
| EndColumn |
Obtém ou define a coluna final.Gets or sets the end column. |
| EndLine |
Obtém ou define a linha final.Gets or sets the end line. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |