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
'Declaration
Public ReadOnly Property ProjectFile As String
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
- 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.