FlavoredProjectBase.SetProperty(UInt32, Int32, Object) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
protected:
virtual int SetProperty(System::UInt32 itemId, int propId, System::Object ^ property);
protected:
virtual int SetProperty(unsigned int itemId, int propId, Platform::Object ^ property);
virtual int SetProperty(unsigned int itemId, int propId, winrt::Windows::Foundation::IInspectable const & property);
protected virtual int SetProperty (uint itemId, int propId, object property);
abstract member SetProperty : uint32 * int * obj -> int
override this.SetProperty : uint32 * int * obj -> int
Protected Overridable Function SetProperty (itemId As UInteger, propId As Integer, property As Object) As Integer
Параметры
- itemId
- UInt32
- propId
- Int32
- property
- Object