IVsSharedProjectReferenceProviderContext.ReferencingProject 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.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ ReferencingProject { Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ get(); void set(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ value); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ ReferencingProject { 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 ReferencingProject { get; set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.ReferencingProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy with get, set
Public Property ReferencingProject As IVsHierarchy
Property Value
Returns IVsHierarchy.
- Attributes