NewProjectEventArgs.FinishProjectOpen Method
Finishes the project open process.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub FinishProjectOpen
public void FinishProjectOpen()
public:
void FinishProjectOpen()
member FinishProjectOpen : unit -> unit
public function FinishProjectOpen()
Remarks
This method allows a modal wizard dialog box to force the project load to complete while the dialog box remains open.
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace