Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.