Freigeben über


ExportErrorEventArgs-Konstruktor (Int32, String)

Initialisiert eine neue Instanz der ExportErrorEventArgs-Klasse.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    exportedDiagramsCount As Integer, _
    projectItem As String _
)
public ExportErrorEventArgs(
    int exportedDiagramsCount,
    string projectItem
)

Parameter

  • exportedDiagramsCount
    Typ: System.Int32
    Die Anzahl von Diagrammen, die im aktuellen Vorgang exportiert wurden.
  • projectItem
    Typ: System.String
    Der Namen der Datei des Diagramms, die exportiert wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExportErrorEventArgs Klasse

ExportErrorEventArgs-Überladung

Microsoft.VisualStudio.Modeling.Shell-Namespace