VCCodeReference.GetEndPoint Method
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Function GetEndPoint ( _
Part As vsCMPart _
) As TextPoint
'Usage
Dim instance As VCCodeReference
Dim Part As vsCMPart
Dim returnValue As TextPoint
returnValue = instance.GetEndPoint(Part)
TextPoint GetEndPoint(
vsCMPart Part
)
TextPoint^ GetEndPoint(
[InAttribute] vsCMPart Part
)
function GetEndPoint(
Part : vsCMPart
) : TextPoint
Parameters
Part
Type: vsCMPart
Return Value
Type: TextPoint
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.