FlavoredProjectBase.IVsUIHierarchy.GetProperty(UInt32, Int32, Object) Method

Definition

 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.

Implements

Applies to