Freigeben über


ExtensionError.Line-Eigenschaft

The line of the input or output document in which the error occurred.

Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in microsoft.data.entity.design.extensibility.dll)

Verwendung

Syntax

'Declaration
Public ReadOnly Property Line As Integer
public int Line { get; }
public:
property int Line {
    int get ();
}
/** @property */
public int get_Line ()
public function get Line () : int

Eigenschaftswert

The line of the input or output document in which the error occurred.

Hinweise

The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

ExtensionError-Klasse
ExtensionError-Member
Microsoft.Data.Entity.Design.Extensibility-Namespace

Weitere Ressourcen

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools