ExportErrorEventArgs Constructor (Int32, String)

Initializes a new instance of the ExportErrorEventArgs class.

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

Syntax

'Declaração
Public Sub New ( _
    exportedDiagramsCount As Integer, _
    projectItem As String _
)
public ExportErrorEventArgs(
    int exportedDiagramsCount,
    string projectItem
)
public:
ExportErrorEventArgs(
    int exportedDiagramsCount, 
    String^ projectItem
)
new : 
        exportedDiagramsCount:int * 
        projectItem:string -> ExportErrorEventArgs
public function ExportErrorEventArgs(
    exportedDiagramsCount : int, 
    projectItem : String
)

Parameters

  • exportedDiagramsCount
    Type: System.Int32
    The number of diagrams that have been exported in the current operation.
  • projectItem
    Type: System.String
    The file name of the diagram that is being exported.

.NET Framework Security

See Also

Reference

ExportErrorEventArgs Class

ExportErrorEventArgs Overload

Microsoft.VisualStudio.Modeling.Shell Namespace