IDebugSymbolProvider.GetContainerField 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 GetContainerField(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugContainerField ^ % ppContainerField);
public int GetContainerField(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Microsoft.VisualStudio.Debugger.Interop.IDebugContainerField ppContainerField);
abstract member GetContainerField : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * IDebugContainerField -> int
Public Function GetContainerField (pAddress As IDebugAddress, ByRef ppContainerField As IDebugContainerField) As Integer
Parameters
- pAddress
- IDebugAddress
- ppContainerField
- IDebugContainerField