IJSProperty::OnGet Method

Allows you to pass an interface that will receive control at property initialization and when you make a call to IJSObject.ApplyChanges.

IDL

[id(0x00000192)]

HRESULT _stdcall OnGet([in] IJSBindingBinding, [out, retval] IJSProperty** OutRetVal);

Parameters

Parameters

Description

[in] IJSBinding* Binding

IJSBinding interface

[out, retval] IJSProperty** OutRetVal

Returns the parent property

Group

IJSProperty Methods