BeforeOpenProjectEventArgs(Guid, Guid, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.