VCCodeNamespace.StartPoint-Eigenschaft

Ruft ein TextPoint-Objekt ab, das den Anfang des Codeelements definiert.

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

Syntax

'Declaration
ReadOnly Property StartPoint As TextPoint
TextPoint StartPoint { get; }
property TextPoint^ StartPoint {
    TextPoint^ get ();
}
abstract StartPoint : TextPoint with get
function get StartPoint () : TextPoint

Eigenschaftswert

Typ: EnvDTE.TextPoint
Ein TextPoint-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeNamespace Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell