Interface _Location

Observação: esta API agora é obsoleta.

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

Sintaxe

'Declaração
<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.")> _
<GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")> _
Public Interface _Location
[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.")]
[GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")]
public interface _Location
[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.")]
[GuidAttribute(L"FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")]
public interface class _Location
[<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.")>]
[<GuidAttribute("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")>]
type _Location =  interface end
public interface _Location

O tipo _Location expõe os membros a seguir.

Propriedades

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

Superior

Consulte também

Referência

Namespace Microsoft.Vsa.Vb.CodeDOM