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
Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhere
Property 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.