IDebugProperty2.SetValueAsReference 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 SetValueAsReference(cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugReference2 ^> ^ rgpArgs, System::UInt32 dwArgCount, Microsoft::VisualStudio::Debugger::Interop::IDebugReference2 ^ pValue, System::UInt32 dwTimeout);
public int SetValueAsReference (Microsoft.VisualStudio.Debugger.Interop.IDebugReference2[] rgpArgs, uint dwArgCount, Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 pValue, uint dwTimeout);
abstract member SetValueAsReference : Microsoft.VisualStudio.Debugger.Interop.IDebugReference2[] * uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugReference2 * uint32 -> int
Public Function SetValueAsReference (rgpArgs As IDebugReference2(), dwArgCount As UInteger, pValue As IDebugReference2, dwTimeout As UInteger) As Integer
Parameters
- rgpArgs
- IDebugReference2[]
- dwArgCount
- UInt32
- pValue
- IDebugReference2
- dwTimeout
- UInt32