VirtualPoint.CodeElement 属性 (vsCMElement)
返回 VirtualPoint 位置处的代码元素。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
ReadOnly Property CodeElement ( _
Scope As vsCMElement _
) As CodeElement
Get
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 对象。
实现
TextPoint.CodeElement[vsCMElement]
备注
如果 VirtualPoint 位置处没有指定的代码元素类型,则 CodeElement 对象返回 Nothing。 CodeElement 对象是 TextPoint.Parent.Parent.ProjectItem.CodeModel.CodeElementFromPoint(TextPoint, <scope>) 的快捷方式。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。