LoadProjectEventArgs Class
Visual Studio 2015
Event arguments for LoadProject events.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | LoadProjectEventArgs(IVsHierarchy^, IVsHierarchy^) | Initializes a new instance of LoadProjectEventArgs. |
| Name | Description | |
|---|---|---|
![]() | RealHierarchy | The hierarchy after the project is loaded. |
![]() | StubHierarchy | The temporary "stub" hierarchy used before the project is loaded. |
| 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:


