Share via


ExportErrorEventArgs.ProjectFile Property

Gets the file name of the diagram that was being exported when the error occurred.

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

Syntax

'Declaration
Public ReadOnly Property ProjectFile As String
'Usage
Dim instance As ExportErrorEventArgs 
Dim value As String 

value = instance.ProjectFile
public string ProjectFile { get; }
public:
property String^ ProjectFile {
    String^ get ();
}
public function get ProjectFile () : String

Property Value

Type: System.String
The file name of the diagram that was being exported when the error occurred.

.NET Framework Security

See Also

Reference

ExportErrorEventArgs Class

ExportErrorEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace