VCCodeReference.EndPointOf Property
Not currently implemented.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
声明
ReadOnly Property EndPointOf ( _
Part As vsCMPart, _
Where As vsCMWhere _
) As TextPoint
用法
Dim instance As VCCodeReference
Dim Part As vsCMPart
Dim Where As vsCMWhere
Dim value As TextPoint
value = instance.EndPointOf(Part, Where)
TextPoint EndPointOf[
vsCMPart Part,
vsCMWhere Where
] { get; }
property TextPoint^ EndPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
JScript does not support indexed properties.
Part
Type: vsCMPart
Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhere
Type: TextPoint
- 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.