Interfaccia _Location

Nota: questa API è ora obsoleta.

Spazio dei nomi:  Microsoft.Vsa.Vb.CodeDOM
Assembly:  Microsoft.Vsa.Vb.CodeDOMProcessor (in Microsoft.Vsa.Vb.CodeDOMProcessor.dll)

Sintassi

'Dichiarazione
<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

Il tipo _Location espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica BeginningColumn
Proprietà pubblica BeginningLine
Proprietà pubblica EndColumn
Proprietà pubblica EndLine

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Vsa.Vb.CodeDOM