VCCodeReference.EndPointOf 属性
目前尚未实现。
命名空间: Microsoft.VisualStudio.VCCodeModel
程序集: Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)
语法
声明
ReadOnly Property EndPointOf ( _
Part As vsCMPart, _
Where As vsCMWhere _
) As TextPoint
TextPoint this[
vsCMPart Part,
vsCMWhere Where
] { get; }
property TextPoint^ EndPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract EndPointOf :
Part:vsCMPart *
Where:vsCMWhere -> TextPoint with get
JScript 不支持索引属性。
参数
- Part
类型:EnvDTE.vsCMPart
必选。一个 vsCMPart 值,指定使用定义或声明的哪一部分(特性块、正文等等)。
- Where
类型:Microsoft.VisualStudio.VCCodeModel.vsCMWhere
一个 vsCMWhere 值,指定 TextPoint 对象是定义还是声明。
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。