VirtualPoint.CodeElement 屬性 (vsCMElement)
傳回在 VirtualPoint 位置的程式碼項目。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
ReadOnly Property CodeElement ( _
Scope As vsCMElement _
) As CodeElement
CodeElement this[
vsCMElement Scope
] { get; }
property CodeElement^ CodeElement[[InAttribute] vsCMElement Scope] {
CodeElement^ get ([InAttribute] vsCMElement Scope);
}
abstract CodeElement : CodeElement
JScript 不支援索引屬性。
參數
- Scope
型別:EnvDTE.vsCMElement
必要項。vsCMElement 常數,表示指定之種類的程式碼項目,項目中含有編輯器位置。
屬性值
型別:EnvDTE.CodeElement
CodeElement 物件。
備註
如果指定的程式碼項目型別不在 VirtualPoint 位置,則 CodeElement 物件會傳回 Nothing。 CodeElement 物件是 TextPoint.Parent.Parent.ProjectItem.CodeModel.CodeElementFromPoint(TextPoint, <scope>) 的簡稱。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。