Partilhar via


Construtor ExportErrorEventArgs (Int32, String)

Inicializa uma nova instância da classe ExportErrorEventArgs.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Sub New ( _
    exportedDiagramsCount As Integer, _
    projectItem As String _
)
public ExportErrorEventArgs(
    int exportedDiagramsCount,
    string projectItem
)

Parâmetros

  • exportedDiagramsCount
    Tipo: System.Int32
    O número de diagramas que foram exportados na operação atual.
  • projectItem
    Tipo: System.String
    O nome do arquivo do diagrama que está sendo exportado.

Segurança do .NET Framework

Consulte também

Referência

ExportErrorEventArgs Classe

Sobrecargas ExportErrorEventArgs

Namespace Microsoft.VisualStudio.Modeling.Shell