Initializes a new instance of the ExportErrorEventArgs class.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public Sub New ( _
exportedDiagramsCount As Integer, _
projectItem As String _
)
'使用
Dim exportedDiagramsCount As Integer
Dim projectItem As String
Dim instance As New ExportErrorEventArgs(exportedDiagramsCount, _
projectItem)
public ExportErrorEventArgs(
int exportedDiagramsCount,
string projectItem
)
public:
ExportErrorEventArgs(
int exportedDiagramsCount,
String^ projectItem
)
public function ExportErrorEventArgs(
exportedDiagramsCount : int,
projectItem : String
)
Parameters
exportedDiagramsCount
Type: System.Int32The number of diagrams that have been exported in the current operation.
projectItem
Type: System.StringThe file name of the diagram that is being exported.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.