BeforeOpenProjectEventArgs(Guid, Guid, String) Constructor

Definition

Instantiates a new instance of BeforeOpenProjectEventArgs.

public:
 BeforeOpenProjectEventArgs(Guid project, Guid projectType, System::String ^ filename);
public BeforeOpenProjectEventArgs (Guid project, Guid projectType, string filename);
new Microsoft.VisualStudio.Shell.Events.BeforeOpenProjectEventArgs : Guid * Guid * string -> Microsoft.VisualStudio.Shell.Events.BeforeOpenProjectEventArgs
Public Sub New (project As Guid, projectType As Guid, filename As String)

Parameters

project
Guid

The project GUID.

projectType
Guid

The GUID of the project type.

filename
String

The name of the project file.

Applies to