FlavoredProjectBase.IVsUIHierarchy.SetProperty(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.SetProperty(System::UInt32 itemid, int propid, System::Object ^ var) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::SetProperty;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetProperty(unsigned int itemid, int propid, Platform::Object ^ var) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::SetProperty;
int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetProperty(unsigned int itemid, int propid, winrt::Windows::Foundation::IInspectable const & var);
int IVsUIHierarchy.SetProperty (uint itemid, int propid, object var);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetProperty : uint32 * int * obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.SetProperty : uint32 * int * obj -> int
Function SetProperty (itemid As UInteger, propid As Integer, var As Object) As Integer Implements IVsUIHierarchy.SetProperty
Parameters
- itemid
- UInt32
- propid
- Int32
- var
- Object
Returns
The HRESULT.