Partager via


VCCodeUsingAlias.StartPointOf, propriété

Obtient le point de départ de l'objet.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les propriétés indexées.

Paramètres

  • Part
    Type : vsCMPart

    Requis. Valeur vsCMPart indiquant quelle partie de la définition ou de la déclaration doit être utilisée (blocs d'attributs, corps etc.).

Valeur de propriété

Type : TextPoint
Objet TextPoint.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms