OpenProjectEventArgs Class

Definition

Event arguments for OpenProject events.

public ref class OpenProjectEventArgs : Microsoft::VisualStudio::Shell::Events::HierarchyEventArgs
public class OpenProjectEventArgs : Microsoft.VisualStudio.Shell.Events.HierarchyEventArgs
type OpenProjectEventArgs = class
    inherit HierarchyEventArgs
Public Class OpenProjectEventArgs
Inherits HierarchyEventArgs
Inheritance
OpenProjectEventArgs

Constructors

OpenProjectEventArgs(IVsHierarchy, Boolean)

Instantiates a new instance of OpenProjectEventArgs with the specified hierarchy.

Properties

Hierarchy

Gets the hierarchy.

(Inherited from HierarchyEventArgs)
IsAdded

Determines whether the project is to be added.

Applies to