_Location Интерфейс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Внимание!
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.
Реализует интерфейс Location.
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
- Производный
- Атрибуты
Свойства
BeginningColumn |
Устаревшие..
Возвращает или задает начальный столбец. |
BeginningLine |
Устаревшие..
Возвращает или задает начальную строку. |
EndColumn |
Устаревшие..
Возвращает или задает конечный столбец. |
EndLine |
Устаревшие..
Возвращает или задает конечную строку. |