共用方式為


VCFileCodeModel.CodeElementFromPoint 方法

取得原始程式檔中特定位置的程式碼項目。

命名空間:  Microsoft.VisualStudio.VCCodeModel
組件:  Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)

語法

'宣告
Function CodeElementFromPoint ( _
    Point As TextPoint, _
    Scope As vsCMElement _
) As CodeElement
CodeElement CodeElementFromPoint(
    TextPoint Point,
    vsCMElement Scope
)
CodeElement^ CodeElementFromPoint(
    TextPoint^ Point, 
    vsCMElement Scope
)
abstract CodeElementFromPoint : 
        Point:TextPoint * 
        Scope:vsCMElement -> CodeElement
function CodeElementFromPoint(
    Point : TextPoint, 
    Scope : vsCMElement
) : CodeElement

參數

  • Point
    類型:TextPoint

    必要項。 TextPoint 物件,表示您要放置程式碼項目的編輯器位置。

  • Scope
    類型:vsCMElement

    必要項。 vsCMElement 值,表示指定之型別的程式碼項目,項目中含有編輯器位置。

傳回值

類型:CodeElement
CodeElement 物件。

備註

CodeElementFromPoint 依據指定的範圍或 Containment 的細微性,傳回與 TextPoint 關聯的程式碼項目。 如果指定型別的程式碼項目沒有包含編輯器位置,那麼 CodeElementFromPoint 將會失敗。

.NET Framework 安全性

請參閱

參考

VCFileCodeModel 介面

Microsoft.VisualStudio.VCCodeModel 命名空間

其他資源

如何:編譯和執行 Automation 物件模型程式碼範例