VCCodeReference.GetEndPoint 方法

目前尚未实现。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
Function GetEndPoint ( _
    Part As vsCMPart _
) As TextPoint
TextPoint GetEndPoint(
    vsCMPart Part
)
TextPoint^ GetEndPoint(
    [InAttribute] vsCMPart Part
)
abstract GetEndPoint : 
        Part:vsCMPart -> TextPoint 
function GetEndPoint(
    Part : vsCMPart
) : TextPoint

参数

  • Part
    类型:EnvDTE.vsCMPart
    必选。一个 vsCMPart 值,指定使用定义或声明的哪一部分(特性块、正文等等)。

返回值

类型:EnvDTE.TextPoint

.NET Framework 安全性

请参见

参考

VCCodeReference 接口

Microsoft.VisualStudio.VCCodeModel 命名空间