IActiveScriptProperty.SetProperty(UInt32, Object, 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.
public:
int SetProperty(System::UInt32 dwProperty, System::Object ^ % pvarIndex, System::Object ^ % pvarValue);
public int SetProperty (uint dwProperty, ref object pvarIndex, ref object pvarValue);
abstract member SetProperty : uint32 * obj * obj -> int
Public Function SetProperty (dwProperty As UInteger, ByRef pvarIndex As Object, ByRef pvarValue As Object) As Integer
Parameters
- dwProperty
- UInt32
- pvarIndex
- Object
- pvarValue
- Object