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