BeforeOpenProjectEventArgs Class
Visual Studio 2015
Event arguments for the BeforeOpenProject event.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | BeforeOpenProjectEventArgs(Guid, Guid, String^) | Instantiates a new instance of BeforeOpenProjectEventArgs. |
| Name | Description | |
|---|---|---|
![]() | Filename | Gets the name of the project file. |
![]() | Project | Gets the GUID of the project. |
![]() | ProjectType | Gets the GUID of the project type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


