Classe Location

Observação: esta API agora é obsoleta.

Hierarquia de herança

Object
  Microsoft.Vsa.Vb.CodeDOM.Location

Namespace:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (em Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Sintaxe

'Declaração
<GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85")> _
<ObsoleteAttribute("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.")> _
Public Class Location _
    Implements _Location
[GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85")]
[ObsoleteAttribute("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.")]
public class Location : _Location
[GuidAttribute(L"0D17A350-6585-4f3d-B008-6827EBDE5D85")]
[ObsoleteAttribute(L"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.")]
public ref class Location : _Location
[<GuidAttribute("0D17A350-6585-4f3d-B008-6827EBDE5D85")>]
[<ObsoleteAttribute("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.")>]
type Location =  
    class 
        interface _Location 
    end
public class Location implements _Location

O tipo Location expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Location

Superior

Propriedades

  Nome Descrição
Propriedade pública BeginningColumn
Propriedade pública BeginningLine
Propriedade pública EndColumn
Propriedade pública EndLine

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método protegido Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método protegido MemberwiseClone Creates a shallow copy of the current Object. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.Vsa.Vb.CodeDOM