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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaração
Public ReadOnly Property ProjectFile As String
    Get
public string ProjectFile { get; }
public:
property String^ ProjectFile {
    String^ get ();
}
member ProjectFile : string
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

Microsoft.VisualStudio.Modeling.Shell Namespace