OpenProjectEventArgs 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 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
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. |