Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the start point of the object.
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
TextPoint this[
vsCMPart Part,
vsCMWhere Where
] { get; }
property TextPoint^ StartPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract StartPointOf :
Part:vsCMPart *
Where:vsCMWhere -> TextPoint with get
JScript does not support indexed properties.
Parameters
Part
Type: EnvDTE.vsCMPartRequired. A vsCMPart value specifying which part of the definition or the declaration to use (attributes block, body, and so on).
Where
Type: Microsoft.VisualStudio.VCCodeModel.vsCMWhereOptional. A vsCMWhere value specifying whether the TextPoint object is the definition or the declaration.
Property Value
Type: EnvDTE.TextPoint
A TextPoint object.
.NET Framework Security
- 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.