Compartir a través de


VCCodeUsingAlias.StartPointOf (Propiedad)

Obtiene el punto de inicio del objeto.

Espacio de nombres:  Microsoft.VisualStudio.VCCodeModel
Ensamblado:  Microsoft.VisualStudio.VCCodeModel (en Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxis

'Declaración
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 no admite propiedades indizadas.

Parámetros

  • Part
    Tipo: vsCMPart

    Obligatorio. Valor de la enumeración vsCMPart que especifica qué parte de la definición o de la declaración se va a usar (bloque de atributos, cuerpo, etc.).

Valor de propiedad

Tipo: TextPoint
Objeto TextPoint.

Seguridad de .NET Framework

Vea también

Referencia

VCCodeUsingAlias Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)