Sdílet prostřednictvím


VCCodeReference.StartPointOf Property

Not currently implemented.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property StartPointOf ( _
    Part As vsCMPart, _
    Where As vsCMWhere _
) As TextPoint
'Usage
Dim instance As VCCodeReference
Dim Part As vsCMPart
Dim Where As vsCMWhere
Dim value As TextPoint

value = instance.StartPointOf(Part, Where)
TextPoint StartPointOf[
    vsCMPart Part,
    vsCMWhere Where
] { get; }
property TextPoint^ StartPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
    TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
JScript does not support indexed properties.

Parameters

  • Part
    Type: vsCMPart

     

Property Value

Type: TextPoint

Permissions

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace