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.

實作了位置介面。

public ref class Location : Microsoft::Vsa::Vb::CodeDOM::_Location
[System.Runtime.InteropServices.Guid("1B2E3B3F-490A-4f4c-8C76-D94F59FE6400")]
public class Location : Microsoft.Vsa.Vb.CodeDOM._Location
[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.")]
[System.Runtime.InteropServices.Guid("0D17A350-6585-4f3d-B008-6827EBDE5D85")]
public class Location : Microsoft.Vsa.Vb.CodeDOM._Location
[<System.Runtime.InteropServices.Guid("1B2E3B3F-490A-4f4c-8C76-D94F59FE6400")>]
type Location = class
    interface _Location
[<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.")>]
[<System.Runtime.InteropServices.Guid("0D17A350-6585-4f3d-B008-6827EBDE5D85")>]
type Location = class
    interface _Location
Public Class Location
Implements _Location
繼承
Location
屬性
實作

建構函式

名稱 Description
Location()
已淘汰.

實作了位置介面。

屬性

名稱 Description
BeginningColumn
已淘汰.

取得或設定起始欄位。

BeginningLine
已淘汰.

取得或設定起始線。

EndColumn
已淘汰.

取得或設定終點欄。

EndLine
已淘汰.

拿到或設定終點線。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於