_Location Interface

Définition

Attention

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.

Implémente l’interface 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
Dérivé
Attributs

Propriétés

BeginningColumn
Obsolète.

Récupère ou définit la colonne de début.

BeginningLine
Obsolète.

Récupère ou définit la ligne de début.

EndColumn
Obsolète.

Récupère ou définit la colonne de fin.

EndLine
Obsolète.

Récupère ou définit la ligne de fin.

S’applique à