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

'宣言
Public ReadOnly Property ProjectFile As String
'使用
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.

Permissions

See Also

Reference

ExportErrorEventArgs Class

ExportErrorEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace