Share via


_Location 接口

注意:此 API 现在已过时。

命名空间:  Microsoft.Vsa.Vb.CodeDOM
程序集:  Microsoft.Vsa.Vb.CodeDOMProcessor(在 Microsoft.Vsa.Vb.CodeDOMProcessor.dll 中)

语法

声明
<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

_Location 类型公开以下成员。

属性

  名称 说明
公共属性 BeginningColumn
公共属性 BeginningLine
公共属性 EndColumn
公共属性 EndLine

页首

请参阅

参考

Microsoft.Vsa.Vb.CodeDOM 命名空间