Compartilhar via


Propriedade VCCodeUsingAlias.EndPointOf

Retorna o ponto final do objeto.

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

Sintaxe

'Declaração
ReadOnly Property EndPointOf ( _
    Part As vsCMPart, _
    Where As vsCMWhere _
) As TextPoint
TextPoint this[
    vsCMPart Part,
    vsCMWhere Where
] { get; }
property TextPoint^ EndPointOf[[InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where] {
    TextPoint^ get ([InAttribute] vsCMPart Part, [InAttribute] vsCMWhere Where);
}
abstract EndPointOf : 
        Part:vsCMPart * 
        Where:vsCMWhere -> TextPoint with get
JScript não oferece suporte a propriedades indexadas.

Parâmetros

  • Part
    Tipo: vsCMPart

    Obrigatório. Um valor de vsCMPart que especifica qual parte da definição ou da declaração para usar atributos (bloco, body, e assim por diante).

Valor de propriedade

Tipo: TextPoint
Um objeto TextPoint.

Comentários

oEndPointOf recupera pontos de texto com mais precisão de que o objeto de StartPoint .

Segurança do .NET Framework

Consulte também

Referência

VCCodeUsingAlias Interface

Namespace Microsoft.VisualStudio.VCCodeModel