IVsProjectReferenceProviderContext.CurrentProject Property
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.
Gets or sets the current project in the hierarchy.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ CurrentProject { Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ get(); void set(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ value); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ CurrentProject { Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ get(); void set(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Microsoft.VisualStudio.Shell.Interop.IVsHierarchy CurrentProject { get; set; }
public Microsoft.VisualStudio.Shell.Interop.IVsHierarchy CurrentProject { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.CurrentProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy with get, set
member this.CurrentProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy with get, set
Public Property CurrentProject As IVsHierarchy
Property Value
- Attributes