LoadProjectEventArgs Class
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.
Event arguments for LoadProject events.
public ref class LoadProjectEventArgs : EventArgs
public class LoadProjectEventArgs : EventArgs
type LoadProjectEventArgs = class
inherit EventArgs
Public Class LoadProjectEventArgs
Inherits EventArgs
- Inheritance
-
LoadProjectEventArgs
Constructors
LoadProjectEventArgs(IVsHierarchy, IVsHierarchy) |
Initializes a new instance of LoadProjectEventArgs. |
Properties
RealHierarchy |
The hierarchy after the project is loaded. |
StubHierarchy |
The temporary "stub" hierarchy used before the project is loaded. |