Condividi tramite


LoadProjectEventArgs Class

Definition

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.

Applies to