_Location Interfaz

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 interface class _Location
[System.Runtime.InteropServices.Guid("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")]
public interface _Location
[System.Runtime.InteropServices.Guid("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")]
[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.")]
public interface _Location
[<System.Runtime.InteropServices.Guid("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")>]
type _Location = interface
[<System.Runtime.InteropServices.Guid("FF5D372E-733C-46ed-ADF1-A4ECBAAF3E28")>]
[<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.")>]
type _Location = interface
Public Interface _Location
Derivado
Atributos

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.

Se aplica a