Share via


FlavoredProjectBase.GetProperty(UInt32, Int32, Object) Method

Definition

protected:
 virtual int GetProperty(System::UInt32 itemId, int propId, [Runtime::InteropServices::Out] System::Object ^ % property);
protected virtual int GetProperty (uint itemId, int propId, out object property);
abstract member GetProperty : uint32 * int * obj -> int
override this.GetProperty : uint32 * int * obj -> int
Protected Overridable Function GetProperty (itemId As UInteger, propId As Integer, ByRef property As Object) As Integer

Parameters

itemId
UInt32
propId
Int32
property
Object

Returns

The HRESULT.

Applies to