Compartilhar via


Propriedade VCCodeReference.StartPointOf

Ainda não implementado.

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

Sintaxe

'Declaração
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 não oferece suporte a propriedades indexadas.

Parâmetros

  • Part
    Tipo: vsCMPart

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

Valor de propriedade

Tipo: TextPoint

Segurança do .NET Framework

Consulte também

Referência

VCCodeReference Interface

Namespace Microsoft.VisualStudio.VCCodeModel