IDebugExpressionEvaluator120.GetPropertyForValue Method
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.
C++
public:
int GetPropertyForValue(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, System::Object ^ pValue, System::Object ^ pValueType, System::String ^ pName, System::String ^ pFullName, System::UInt32 dwEvalFlags, System::UInt32 dwTimeout, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppProperty);
public int GetPropertyForValue(Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, object pValue, object pValueType, string pName, string pFullName, uint dwEvalFlags, uint dwTimeout, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppProperty);
abstract member GetPropertyForValue : Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * obj * obj * string * string * uint32 * uint32 * IDebugProperty2 -> int
Public Function GetPropertyForValue (pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, pValue As Object, pValueType As Object, pName As String, pFullName As String, dwEvalFlags As UInteger, dwTimeout As UInteger, ByRef ppProperty As IDebugProperty2) As Integer
- pSymbolProvider
- IDebugSymbolProvider
- pAddress
- IDebugAddress
- pBinder
- IDebugBinder
- pValue
- Object
- pValueType
- Object
- pName
- String
- pFullName
- String
- dwEvalFlags
- UInt32
- dwTimeout
- UInt32
- ppProperty
- IDebugProperty2
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |