_Location Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |