FlavoredProjectBase.IVsUIHierarchy.GetProperty(UInt32, Int32, Object) Method
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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetProperty(System::UInt32 itemid, int propid, [Runtime::InteropServices::Out] System::Object ^ % pvar) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::GetProperty;
int IVsUIHierarchy.GetProperty (uint itemid, int propid, out object pvar);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetProperty : uint32 * int * obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.GetProperty : uint32 * int * obj -> int
Function GetProperty (itemid As UInteger, propid As Integer, ByRef pvar As Object) As Integer Implements IVsUIHierarchy.GetProperty
Parameters
- itemid
- UInt32
- propid
- Int32
- pvar
- Object
Returns
The HRESULT.