Share via


IDebugExpressionEvaluator3.GetMethodProperty Method

Definition

public:
 int GetMethodProperty(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, int fIncludeHiddenLocals, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppProperty);
public int GetMethodProperty(Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, int fIncludeHiddenLocals, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppProperty);
abstract member GetMethodProperty : Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * int * IDebugProperty2 -> int
Public Function GetMethodProperty (pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, fIncludeHiddenLocals As Integer, ByRef ppProperty As IDebugProperty2) As Integer

Parameters

pSymbolProvider
IDebugSymbolProvider
pAddress
IDebugAddress
pBinder
IDebugBinder
fIncludeHiddenLocals
Int32
ppProperty
IDebugProperty2

Returns

Implements

Applies to